[Issue 8792] std.algorithm.joiner doesn't return a proper forward range

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8792 --- Comment #3 from github-bugzi...@puremagic.com 2012-10-14 08:28:15 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 8792] std.algorithm.joiner doesn't return a proper forward range

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8792 --- Comment #2 from github-bugzi...@puremagic.com 2012-10-13 14:26:38 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 8792] std.algorithm.joiner doesn't return a proper forward range

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8792 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8792] std.algorithm.joiner doesn't return a proper forward range

2012-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8792 --- Comment #1 from hst...@quickfur.ath.cx 2012-10-09 22:15:59 PDT --- Found the bug: joiner.Result.save didn't copy 1 field over, so the saved range is defective. https://github.com/D-Programming-Language/phobos/pull/853 -- Configure