Commits

Dmitri Gribenko committed d1801be1ef2
stdlib: add a couple of ABI FIXMEs to String implementation We should not make grapheme segmentation algorithm inlineable now (and possibly ever). The immediate reason is that Unicode 8.0 grapheme segmentation algorithm has been changed significantly in Unicode 9.0. Unicode 9.0 requires a stateful algorithm. Current indices and iterators just don't have the storage for that state, so we can't mark them as fragile.