[Issue 3123] std.algorithm.zip fails on 'lazy' ranges

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3123 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.030 |D2 --

[Issue 3123] std.algorithm.zip fails on 'lazy' ranges

2010-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3123 David Simcha dsim...@yahoo.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 3123] std.algorithm.zip fails on 'lazy' ranges

2009-10-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3123 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 3123] std.algorithm.zip fails on 'lazy' ranges

2009-10-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3123 David Simcha dsim...@yahoo.com changed: What|Removed |Added CC||dsim...@yahoo.com ---

[Issue 3123] std.algorithm.zip fails on 'lazy' ranges

2009-10-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3123 --- Comment #2 from Kyle Foley k-fo...@onu.edu 2009-10-25 21:08:42 PDT --- Created an attachment (id=481) Zip fixes -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 3123] std.algorithm.zip fails on 'lazy' ranges

2009-10-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3123 --- Comment #3 from Kyle Foley k-fo...@onu.edu 2009-10-25 21:10:50 PDT --- (In reply to comment #1) The problem looks to be a question of whether range.front is an lvalue or not. When range.front is an lvalue, DMD interprets range.front as

[Issue 3123] std.algorithm.zip fails on 'lazy' ranges

2009-10-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3123 --- Comment #4 from Kyle Foley k-fo...@onu.edu 2009-10-25 21:13:39 PDT --- (In reply to comment #2) Created an attachment (id=481) [details] Zip fixes I changed Proxy to store by reference for ranges supporting reference return types and by