v0.5.21
[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