-
Notifications
You must be signed in to change notification settings - Fork 138
Description
I want to publish v0.9 within the next 1-2 weeks.
While I originally planned to focus on round-tripping Value
s in v0.9, instead my focus shifted to improving the format by supporting more Rusty syntax (and serde attributes). As part of these changes, we now have much more tests, higher code coverage, and a pretty good fuzzer that keeps uncovering obscure edge cases (in the future I want to extend it to also support fuzzing serde attributes).
I now want to give the fuzzer and our users some time to find any bugs and for me to fix them. Once we've had e.g. one week without new fuzzer issues, I'll publish v0.9.
Afterwards, I will probably be a bit less active again and only fix bugs for a while, before I then shift focus to improving Value
to become closer to an AST that can roundtrip.
- Fix the byte literal grammar to include the
b'
prefix and'
suffix + define ASCII