[Issue 13619] std.container.array capacity not updated when length increases

2017-03-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13619 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/8ba7ce59ba4bbeb1e7f45fb34ecff2a02930aad9 Fix issue 13619 - array capacity not updated when changi

[Issue 13619] std.container.array capacity not updated when length increases

2017-03-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13619 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 16210] std.utf.byUTF can be made into a bidirectional range

2017-03-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16210 Jakub Łabaj changed: What|Removed |Added CC||uaaabbj...@gmail.com --- Comment #1 from Jakub

[Issue 16210] std.utf.byUTF can be made into a bidirectional range

2017-03-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16210 --- Comment #2 from Jack Stouffer --- (In reply to Jakub Łabaj from comment #1) > Assuming "ö" == [0xC3, 0xB6], which one version would be correct: > a) behaviour of std.utf.byCodeUnit, just go by code units backward: > "ö".byUTF!char().back == 0xB6