[Issue 17661] New isInputRange rejects valid input range

2018-01-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17661 --- Comment #10 from github-bugzi...@puremagic.com --- Commits pushed to dmd-cxx at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/be9ad6a311a53e9ab8d2a8b69777b73d33b279c3 Fix issue 17661: isInputRange should work with .front

[Issue 17661] New isInputRange rejects valid input range

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17661 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/be9ad6a311a53e9ab8d2a8b69777b73d33b279c3 Fix issue 17661: isInputRange should work with .front

[Issue 17661] New isInputRange rejects valid input range

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

[Issue 17661] New isInputRange rejects valid input range

2017-08-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17661 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/be9ad6a311a53e9ab8d2a8b69777b73d33b279c3 Fix issue 17661: isInputRange should work with .front

[Issue 17661] New isInputRange rejects valid input range

2017-08-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17661 --- Comment #7 from hst...@quickfur.ath.cx --- According to what Martin Nowak just said, there is no dmd bug, is that right? So we only need to fix Phobos. --

[Issue 17661] New isInputRange rejects valid input range

2017-08-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17661 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||pull --- Comment #6 from

[Issue 17661] New isInputRange rejects valid input range

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17661 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu --- Comment #5

[Issue 17661] New isInputRange rejects valid input range

2017-07-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17661 --- Comment #4 from Andrei Alexandrescu --- hsteoh, could you please submit those as a separate bug report for dmd and create a phobos PR using the simplest workaround you can find? That PR would close this bug, and the other bug

[Issue 17661] New isInputRange rejects valid input range

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17661 Steven Schveighoffer changed: What|Removed |Added CC|

[Issue 17661] New isInputRange rejects valid input range

2017-07-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17661 Vladimir Panteleev changed: What|Removed |Added Hardware|x86_64 |All

[Issue 17661] New isInputRange rejects valid input range

2017-07-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17661 --- Comment #2 from hst...@quickfur.ath.cx --- Haha, I tried doing that but ran into another bug: -- struct C { private S* impl; } struct S { bool empty; @property C front() return { return C(); } void popFront() { }

[Issue 17661] New isInputRange rejects valid input range

2017-07-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17661 Andrei Alexandrescu changed: What|Removed |Added CC||and...@erdani.com