[Issue 6986] SortedRange[x..$] fails with unidentified __dollar

2014-01-26 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6986 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6986] SortedRange[x..$] fails with unidentified __dollar

2011-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6986 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #4

[Issue 6986] SortedRange[x..$] fails with unidentified __dollar

2011-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6986 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 6986] SortedRange[x..$] fails with unidentified __dollar

2011-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6986 --- Comment #2 from Jerry Quinn jlqu...@optonline.net 2011-11-21 23:06:36 PST --- I'd think the simplest solution would be to do the same rewrite that happens for builtin arrays, i.e. x[p..$] = x.opSlice(p, x.length) Then no opDollar is

[Issue 6986] SortedRange[x..$] fails with unidentified __dollar

2011-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6986 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Component|DMD |Phobos ---