[Issue 9753] std.string.translate precondition asserts

2013-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9753 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9753] std.string.translate precondition asserts

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9753 --- Comment #4 from github-bugzi...@puremagic.com 2013-03-18 17:51:13 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/c89bc4b0e3e09c550563e7a753647562e

[Issue 9753] std.string.translate precondition asserts

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9753 Andrej Mitrovic changed: What|Removed |Added Keywords||pull --- Comment #3 from Andrej Mitr

[Issue 9753] std.string.translate precondition asserts

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9753 --- Comment #2 from bearophile_h...@eml.cc 2013-03-18 15:36:03 PDT --- (In reply to comment #1) > Why are those asserts in there anyway? A char can't be larger than 255..? Ah, right. My brain was switched too much off. This looks better:

[Issue 9753] std.string.translate precondition asserts

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9753 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme