[Issue 13976] Value range propagation to disable some slice bound tests

2015-01-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13976 Kenji Hara changed: What|Removed |Added Keywords||performance, pull --- Comment #1 from Kenji Har

[Issue 13976] Value range propagation to disable some slice bound tests

2015-01-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13976 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 13976] Value range propagation to disable some slice bound tests

2015-01-14 Thread via Digitalmars-d-bugs
range propagation to disable some slice bound tests https://github.com/D-Programming-Language/dmd/commit/68260d6cbaff13e93257bdba97d9d868a76b0dda Merge pull request #4293 from 9rnsr/fix13976 Issue 13976 - Value range propagation to disable some slice bound tests --

[Issue 13976] Value range propagation to disable some slice bound tests

2015-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13976 Per Nordlöw changed: What|Removed |Added CC||per.nord...@gmail.com --- Comment #3 from Per

[Issue 13976] Value range propagation to disable some slice bound tests

2015-01-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13976 --- Comment #4 from Per Nordlöw --- Correction: x[0 .. $/2, $2..$] should of course be x[0 .. $/2, $/2..$] --

[Issue 13976] Value range propagation to disable some slice bound tests

2015-02-18 Thread via Digitalmars-d-bugs
range propagation to disable some slice bound tests https://github.com/D-Programming-Language/dmd/commit/68260d6cbaff13e93257bdba97d9d868a76b0dda Merge pull request #4293 from 9rnsr/fix13976 --