v2023.4.2
Overview
General improvements and minor bug fixes
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
- Updated Windows build/deploy scripts for MSYS2
- Resolved a bug that may allow unreferenced return values to remain on the calculation stack
- Fixed additional bugs during regression
v2023.4.1
v2023.4.0
- Added 'ArcSinh(..)', 'ArcCosh(..)', 'ArcTanh(..)', 'Round(..)', 'Exp(..)'' and 'Log10(..)' (new)
- Added back 'String->EqualsIgnoreCase(..)' (new)
- LSP support tested with Kate, Textadpt, and ecode (new)
- For Windows, VM treats ints as 'int64_t'. All int values continue to be stored as 64-bit 'size_t' values. (new)
What's Changed
- copy dlls by @iahung in #214
Full Changelog: v2023.4.1...v2023.4.2