[Issue 7944] std.range.iota.popFront() cycles when the range is empty

2012-04-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7944



--- Comment #3 from github-bugzi...@puremagic.com 2012-04-22 18:03:23 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/028699fe6ca3defa598fef65ffd287e7e3626f72
fix Issue 7944 - std.range.iota.popFront() cycles when the range is empty

Added !empty assertions to front, popFront, back, and popBack to the integer
iota like some other ranges do. Also added the one that was missing to the
floating point iota.

https://github.com/D-Programming-Language/phobos/commit/9233d3d20d18e2babf5395c4fb934c800b27ca7d
Merge pull request #545 from eco/iota-pop-empty

fix Issue 7944 - std.range.iota.popFront() cycles when the range is empty

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 7944] std.range.iota.popFront() cycles when the range is empty

2012-04-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7944


Brad Anderson e...@gnuk.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 7944] std.range.iota.popFront() cycles when the range is empty

2012-04-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7944



--- Comment #2 from Brad Anderson e...@gnuk.net 2012-04-19 19:04:44 PDT ---
https://github.com/D-Programming-Language/phobos/pull/545

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---