[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 --

[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 per.nord...@gmail.com --- 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-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13976 Per Nordlöw per.nord...@gmail.com changed: What|Removed |Added CC||per.nord...@gmail.com