v5.7.3
Runtime and debugger enhancements with bug fixes
Highlights:
- Runtime performance enhancements (new)
- Reduced VM memory usage (new)
- Enhancements and bug fixes for the command line debugger
a. Program arguments can be passed by command line (new)
b. Pretty printing of String indexed elements (new)
c. Breakpoint support for recursive calls (bug/low)
d. Command line history for macOS and Linux (new)
e. Support for program arguments with spaces (bug/medium)
f. Incorrect MacOS execute permissions (bug/high) - Fixed a bug related to passing functions with generics as parameters (bug/medium)
- Fixed a compiler check that allowed some static calls to methods (bug/low)
- Fixed a compiler check that ignored unnecessary generic parameters (bug/low)
- Resolved a stack trace print issue that caused some functions/methods to no “pretty print” (bug/low)