Skip to content

v0.5.21

Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 03:41
· 45 commits to 0.5.x since this release

[0.5.21] - 2024-05-16

Bug Fixes

  • Recover from invalid type errors in define_function (4ac2862)
  • Fix excessive stack usage in else-if (8990d58)

Features

  • Reject duplicate fields within a type (d7a59ff)
  • Add function names to bytecode output in the decompiler (336d448)
  • More precise diagnostics for re-defined types (951a4d8)
  • Reject non-class types inside of ref/wref (92a2f59)
  • Reject class types without ref/wref (2d11150)

Contributors

  • jekky