commit | 54e6efadd6a30587736858d3fb497ed4e5e5f252 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Sun Feb 04 14:58:02 2018 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Sun Feb 04 17:18:54 2018 -0500 |
tree | f382767e1016ee19f1c7b5723fa2e926922c4fa2 | |
parent | 89b1906d990658c763f35113c8978a5e21bffc22 [diff] |
[aat] Fix unsafe-to-break At any position, if state is not zero, mark unsafe-to-break before, unless we can reason it safe. At any position, if there's an action entry for end-of-text, mark unsafe to break. Also changes buffer diff impl to allow for flag differences as long as the buffer glyph flags are superset of reference glyph flags. With this, all MORX tests pass.