[Issue 11555] std.algorithm.reverse should return the just-reversed range

2018-02-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11555 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org

[Issue 11555] std.algorithm.reverse should return the just-reversed range

2018-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
the just-reversed range https://github.com/dlang/phobos/commit/2645dba46c4bb71c66868b6e12af1634af8f053a Merge pull request #6162 from wilzbach/fix-11555 Fix Issue 11555 - std.algorithm.reverse should return the just-reversed range merged-on-behalf-of: Andrei Alexandrescu <an

[Issue 11555] std.algorithm.reverse should return the just-reversed range

2018-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11555 Seb changed: What|Removed |Added Keywords||pull --- Comment #8 from Seb

[Issue 11555] std.algorithm.reverse should return the just-reversed range

2018-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11555 Andrei Alexandrescu changed: What|Removed |Added Keywords||preapproved ---

[Issue 11555] std.algorithm.reverse should return the just-reversed range

2018-02-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11555 Seb changed: What|Removed |Added CC||greensunn...@gmail.com ---

[Issue 11555] std.algorithm.reverse should return the just-reversed range

2013-11-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11555 --- Comment #3 from bearophile_h...@eml.cc 2013-11-21 03:19:53 PST --- (In reply to comment #2) I like the reverse vs. reversed idea from Python. Leave reverse as-is and provide reversed that only returns a new result (no side effects on

[Issue 11555] std.algorithm.reverse should return the just-reversed range

2013-11-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11555 --- Comment #4 from Chuck Allison ch...@freshsources.com 2013-11-21 07:07:10 PST --- Okay then. If I had a vote, I'd go for your first option. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 11555] std.algorithm.reverse should return the just-reversed range

2013-11-21 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11555 --- Comment #5 from Andrei Alexandrescu and...@erdani.com 2013-11-21 10:38:57 PST --- We can't quite return a new range - this is not the way std.algorithm operates (no allocation, no creation of new ranges). -- Configure issuemail:

[Issue 11555] std.algorithm.reverse should return the just-reversed range

2013-11-20 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11555 Chuck Allison ch...@freshsources.com changed: What|Removed |Added CC|

[Issue 11555] std.algorithm.reverse should return the just-reversed range

2013-11-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11555 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Severity|normal |enhancement