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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun May 27 19:48:20 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7982



--- Comment #2 from github-bugzilla at 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: -------


More information about the Digitalmars-d-bugs mailing list