v0.4.1
Changes and fixes:
-
Undo injection of top-level Package lambda (#392)
-
Fix dataization (#395)
-
Fix pipeline script to run tests on normalized EO (#396)
-
Changes to normalizer (#396)
- Add
--wrap-raw-bytes
to automatically convert raw bytes (and terminations) in the output. This is a temporary fix, pending the change mentioned in objectionary/eo#3213 (comment) - Fix builtin normalizer to produce termination in some situations
- Fix dataization inside application/dispatch
- Fix encoding for strings to follow UTF-8 (compatibility with EO)
- Fix bool representation to require one byte (compatibility with EO)
- Fix integer division to truncate toward zero (compatibility with EO)
- Improve pretty-printer (use indentation)
- Update some examples/docs on the site
- Support up to 3 positional arguments in the builtin normalizer
- Add
-
Fix directory used in CI for: