Mikael Brockman
Mikael Brockman
This pretty much works fine! But we shouldn't merge it immediately, there's some stuff to consider and some stuff to do. See #53. cc @dbrock I can run dapp in...
The JSON string `"\ud83d\udc95"` has one codepoint, not two. This is because the spec allows extended characters to be encoded as a pair of 16-bit values, called a "surrogate pair"....
> New keywords: calldata and constructor. > New reserved keywords: alias, apply, auto, copyof, define, immutable, implements, macro, mutable, override, partial, promise, reference, sealed, sizeof, supports, typedef and unchecked. Kind...
The `writeSplatHeaderLimitFinish` logic correctly takes the limited prefix slice of the header, but fails to chop off excess in the data vector slices, causing a drain longer than the limit....