Skip to content

0.543

Compare
Choose a tag to compare
@zeux zeux released this 01 Sep 23:22
· 505 commits to master since this release
ae35ada

Analysis changes

  • Improve type checking stability
  • Improve ComparisonPrecedence lint suggestions for three-way comparisons (X < Y < Z)
  • Improve location information for errors when parsing invalid type annotations

Runtime changes

  • Compiler can no longer be configured to generate bytecode version 2; runtime support for version 2 will be removed in a future release
  • Improve performance of comparisons against numeric constants on AArch64

Community contributions