[Issue 9456] decodeFront is inconsistent in whether it pops elements off of the range or not

2013-05-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9456 --- Comment #5 from github-bugzi...@puremagic.com 2013-05-17 13:34:51 PDT --- Commits pushed to 2.063 at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/aae9d3806abaaf389814b674658f4b67f1

[Issue 9456] decodeFront is inconsistent in whether it pops elements off of the range or not

2013-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9456 Jonathan M Davis changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 9456] decodeFront is inconsistent in whether it pops elements off of the range or not

2013-04-27 Thread d-bugmail
guage/phobos/commit/3e60ef9eca29156f8e1e153d42a04ec59d8df2bd Merge pull request #1129 from jmdavis/decode Fix Issue 9456 - decodeFront is inconsistent in whether it pops elements off of the range or not -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are rece

[Issue 9456] decodeFront is inconsistent in whether it pops elements off of the range or not

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9456 --- Comment #3 from Jonathan M Davis 2013-02-10 03:47:54 PST --- New pull request: https://github.com/D-Programming-Language/phobos/pull/1129 It makes it so that decodeFront takes its argument by ref, since that's the only way to make it cons