[Issue 18822] [REG 2.080.0] Compiling byGrapheme Fails

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

[Issue 18822] [REG 2.080.0] Compiling byGrapheme Fails

2018-06-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18822 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/707c50b90c0799aa642bf530c8b35fe237ab5052 Fix Issue 18822 - Compiling byGrapheme Fails https://gi

[Issue 18822] [REG 2.080.0] Compiling byGrapheme Fails

2018-05-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18822 --- Comment #1 from Jack Stouffer --- Introduced in https://github.com/dlang/phobos/pull/6235 So, what's happening is that the toString of Appender now uses formatValue, which calls formatRange, which calls graphemeStride. Grapheme uses TrieBuilder,