Skip to content

v2023.5.0

Compare
Choose a tag to compare
@objeck objeck released this 07 May 01:20
· 3489 commits to master since this release

Minor improvements and minor bug fixes

v2023.5.0

  • Improved runtime performance and memory usage (new)
  • Relaxed constraint that concrete parameters be provided for resolved generics (new)
  • Fixed MSYS2 issue #222 (new)
  • Updated compiler error messages (new)
  • Rewired the '-asm' compiler flag (bug)

v2023.4.2
Improved method inlining for system classes

  • Toolchain uniformly, treating 'Int' types as 64-bits (instead of 32-bits on Windows and 64-bits on POSIX) issue #212
  • Fixed issues #196, #199, #205 and #207 for MSYS2 x86_64 Clang
  • Resolved a bug that may allow unreferenced return values to remain on the calculation stack
  • Fixed additional bugs during regression

v2023.4.1

  • Added 'Int->Sqrt(..)' (new)
  • Fixed bugs #191 (medium) and #198 (high)

What's Changed

New Contributors

Full Changelog: v2023.4.2...v2023.5.0