New
Release v0.0.33
What's Changed
- Update lib conf.jsons for v0.0.32 by @github-actions[bot] in https://github.com/johnynek/bosatsu/pull/1637
- Fix unused-let diagnostics to highlight full top-level binding by @johnynek in https://github.com/johnynek/bosatsu/pull/1640
- Fix top-level Assertion output in C test runner by @johnynek in https://github.com/johnynek/bosatsu/pull/1647
- Make lib test --filter compile only required packages by @johnynek in https://github.com/johnynek/bosatsu/pull/1648
- Allow non-binding top-level patterns and hide synthetic unused warnings by @johnynek in https://github.com/johnynek/bosatsu/pull/1641
- Add safe List indexing/update helpers and tail-recursive list loops by @johnynek in https://github.com/johnynek/bosatsu/pull/1653
- Avoid StackOverflowError in Matchless reuseConstructors on deep trees by @johnynek in https://github.com/johnynek/bosatsu/pull/1656
- Fix #1644: allow backslash-newline continuation in string literals by @johnynek in https://github.com/johnynek/bosatsu/pull/1650
- Add parser hints for common if/else mistakes by @johnynek in https://github.com/johnynek/bosatsu/pull/1651
- Fix issue 1654: test discovery + vacuous quantifier handling by @johnynek in https://github.com/johnynek/bosatsu/pull/1657
Full Changelog: https://github.com/johnynek/bosatsu/compare/v0.0.32...v0.0.33