Skip to content

0.9.2

Latest
Compare
Choose a tag to compare
@Sainan Sainan released this 23 Apr 22:01
· 24 commits to main since this release

This release fixes several regressions made in 0.9.1:

  • Fixed failing to compile on aarch64
  • Fixed method calls no longer working in ternary expressions even with parentheses
  • Fixed walrus operator no longer being usable within unary operator expressions

Furthermore, it improves the walrus operator in regards to disallowing UB and clarifying related error messages.