[Issue 7982] iota broken when start and end are unsigned and step is negative.

2012-05-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7982


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 7982] iota broken when start and end are unsigned and step is negative.

2012-05-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7982



--- Comment #2 from github-bugzi...@puremagic.com 2012-05-27 19:50:06 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/ebcba68f7bddbf66aa845bc956607aaa84994b82
fix Issue 7982 - unsigned reverse iota broken

iota.length needs to take into account unsigned values when the end is greater
than the start.

https://github.com/D-Programming-Language/phobos/commit/613d10f1b29a7a1c4a5abf97982ca0c9d59df045
Merge pull request #566 from eco/unsigned-reverse-iota

fix Issue 7982 - unsigned reverse iota broken

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


[Issue 7982] iota broken when start and end are unsigned and step is negative.

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


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

   What|Removed |Added

   Keywords||pull


--- Comment #1 from Brad Anderson e...@gnuk.net 2012-05-04 14:05:29 PDT ---
https://github.com/D-Programming-Language/phobos/pull/566

Better solutions welcome.

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