-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevents coupling UTF-16 text value encodings to WASM targets #198
Prevents coupling UTF-16 text value encodings to WASM targets #198
Conversation
7ed8c3e
to
eef77b5
Compare
286ee6c
to
a8f0cb7
Compare
a8f0cb7
to
271ed5d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd very much prefer to NOT rely on a nightly build of anything if we can get away with it, especially for ongoing CI, but if that's the only version with a release version not yet available that does what's needed here, I can live it it for now.
d2572ef
to
bccb29e
Compare
ci: wasm job minor minor minor missing wastime
d6ce253
to
6eb0de3
Compare
ce582d3
to
3b2cb60
Compare
509794e
to
ce582d3
Compare
minor
ce582d3
to
b11a12e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks completely reasonable to me. Thanks for the notes on the different platform options - I expect this to continue to be in flux over the coming few years, and hopefully there'll be options to make installation of SDKs and toolchains for CI easier (and more consistent) down the road.
Related PRs
Description
Because of misalignments in encoding width between UTF-16 and Unicode Scalars; when we use
emoji
, or any other Unicode character, splice-text, markers and cursors won't work.Using Automerge 0.5.11
Previous to apply automerge#977
Using Automerge 0.5.12