Skip to content

v5.8.1

Compare
Choose a tag to compare
@objeck objeck released this 27 Apr 15:57
· 7738 commits to master since this release

Simplified the command line syntax for the compiler, debugger, and VM.

Highlights:

  1. Simplified the command line syntax for the compiler, debugger, and VM. (new)
  2. Removed the legacy “Collection” bundle, the “Collection.Generic” bundle should be used instead. (new)
  3. Fixed a compile issue that caused some anonymous classes to not compile (bug/high)
  4. Resolved other quality compiler bugs (bug/medium)