Shane
Shane
The re-export strategy also breaks the Bundle derive macro after bevyengine/bevy#1525. I ended up removing the lib prelude in my local branch since I couldn't figure out how to fix...
Right I zeroed in on the wrong thing there. I still have a problem here though. The second string in each of the utf16 surrogate tests contains two `4-digit hexadecimal...
Alright, we're zeroing in: > If the stream's encoding is UTF-8, then it will have to escape, e.g., UTF-16 surrogate pairs. To properly encode a UTF-16 surrogate pair into UTF-8...
It turns out the [Strings and Clobs](http://amzn.github.io/ion-docs/docs/stringclob.html) section actually addresses this and has the same concerns I do: > Ion does not specify the behavior of specifying invalid Unicode code...
Given that context, could we either: * separate those tests into a distinct group used to test a specific optional behavior * remove those tests entirely I don't like the...
Yes, that helps a lot, thank you! I didn't realize that was a limitation of JSON, and without that explanation it would have felt bad to implement that behavior without...