[Issue 16073] Ranges without opDollar not supported

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16073 Iain Buclaw changed: What|Removed |Added Priority|P1 |P3 --

[Issue 16073] Ranges without opDollar not supported

2017-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16073 Jonathan M Davis changed: What|Removed |Added CC|

[Issue 16073] Ranges without opDollar not supported

2017-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16073 --- Comment #11 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/06c9dca2daf3edfde85ba01a9d22d842621fad1c [Issue 16073] Fix incorrect uses of random access

[Issue 16073] Ranges without opDollar not supported

2016-12-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16073 greenify changed: What|Removed |Added CC||greeen...@gmail.com ---

[Issue 16073] Ranges without opDollar not supported

2016-12-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16073 --- Comment #9 from Andrei Alexandrescu --- We can leave hasLength as is for the time but at least new algorithms should just use $. All of these useless options left to sloppy range implementations don't bring value. --

[Issue 16073] Ranges without opDollar not supported

2016-12-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16073 --- Comment #8 from Jack Stouffer --- (In reply to Andrei Alexandrescu from comment #7) > I think we should require opDollar to be implemented instead. That would be a breaking change, as suddenly hasLength would fail for

[Issue 16073] Ranges without opDollar not supported

2016-12-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16073 Andrei Alexandrescu changed: What|Removed |Added CC||and...@erdani.com

[Issue 16073] Ranges without opDollar not supported

2016-10-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16073 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/06c9dca2daf3edfde85ba01a9d22d842621fad1c [Issue 16073] Fix incorrect uses of random access range

[Issue 16073] Ranges without opDollar not supported

2016-10-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16073 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/a818c7e059bf0e37609c7030b8306daf54909beb [Issue 16073] Fix incorrect uses of random access range

[Issue 16073] Ranges without opDollar not supported

2016-06-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16073 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/94d74ac8f5772e3e32f7c2e2b4b59fd0783a6ad5 [Issue 16073] Fix incorrect uses of random access range

[Issue 16073] Ranges without opDollar not supported

2016-06-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16073 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/a818c7e059bf0e37609c7030b8306daf54909beb [Issue 16073] Fix incorrect uses of random access range

[Issue 16073] Ranges without opDollar not supported

2016-05-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16073 --- Comment #2 from Jack Stouffer --- https://github.com/dlang/phobos/pull/4383 --

[Issue 16073] Ranges without opDollar not supported

2016-05-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16073 Jack Stouffer changed: What|Removed |Added CC||j...@jackstouffer.com