[Issue 18657] std.range and std.algorithm can't handle refRange

2019-12-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18657 berni44 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18657] std.range and std.algorithm can't handle refRange

2019-04-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18657 --- Comment #7 from Dlang Bot --- @wilzbach created dlang/phobos pull request #6951 "Merge remote-tracking branch 'upstream/stable' into merge_stable" mentioning this issue: - make `chain` compatible with `RefRange` Part of a series on issue 1865

[Issue 18657] std.range and std.algorithm can't handle refRange

2019-04-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18657 --- Comment #6 from Dlang Bot --- @MartinNowak created dlang/phobos pull request #6943 "Merge remote-tracking branch 'upstream/stable' into merge_stable" mentioning this issue: - make `chain` compatible with `RefRange` Part of a series on issue 1

[Issue 18657] std.range and std.algorithm can't handle refRange

2019-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18657 --- Comment #5 from Dlang Bot --- dlang/phobos pull request #6935 "make `cycle`, `splitter`, `roundRobin`, and `until` compatible with `RefRange`" was merged into stable: - 3ef957baf536b55fa9ebd93050e187f52e2c47f5 by aG0aep6G: make `cycle` compati

[Issue 18657] std.range and std.algorithm can't handle refRange

2019-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18657 --- Comment #4 from Dlang Bot --- @aG0aep6G created dlang/phobos pull request #6935 "make `cycle`, `splitter`, `roundRobin`, and `until` compatible with `RefRange`" mentioning this issue: - make `cycle` compatible with `RefRange` Part of a series

[Issue 18657] std.range and std.algorithm can't handle refRange

2019-03-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18657 --- Comment #3 from Dlang Bot --- dlang/phobos pull request #6346 "make `group`, `chain`, and `choose` compatible with `RefRange`" was merged into stable: - b1b8b7968ffda3d64f9ee4666ebe453311eeb66e by aG0aep6G: make `chain` compatible with `RefRan

[Issue 18657] std.range and std.algorithm can't handle refRange

2019-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18657 --- Comment #2 from Dlang Bot --- @aG0aep6G updated dlang/phobos pull request #6346 "make `group`, `chain`, and `choose` compatible with `RefRange`" mentioning this issue: - make `chain` compatible with `RefRange` Part of a series on issue 18657.

[Issue 18657] std.range and std.algorithm can't handle refRange

2018-03-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18657 Carsten Blüggel changed: What|Removed |Added CC||chi...@posteo.net --

[Issue 18657] std.range and std.algorithm can't handle refRange

2018-03-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18657 --- Comment #1 from ag0aep6g --- PR to fix the first three examples without touching RefRange: https://github.com/dlang/phobos/pull/6346 --