Releases: objeck/objeck-lang
v5.9.6
v5.9.4
Minor library enhancements and important bug fixes
Highlights:
• RegEx results now return document indexes (new)
• Fixed an issue that prevented hierarchical classes derived from ‘Thread’ from executing (bug, #31)
• Resolved an issue where unimplemented virtual methods were not being flagged (bug, #32)
• Fixed an issue that was causing incorrect metadata to be emitted for source classes hierarchically derived from library classes (bug, #33)
v5.9.3
v5.9.3
Minor library enhancements and bug fixes
Highlights:
• RegEx results now return document indexes (new)
• Fixed an issue that prevented hierarchical classes derived from ‘Thread’ from executing (bug, #31)
• Resolved an issue where unimplemented virtual methods were not being flagged (bug, #32)
v5.9.2
v5.9.0
v5.8.5
JSON enhancements and bug fixes
Highlights:
- Added builder methods to the JSON library (new)
- Added ‘IsNeg’ and ‘NotNeg’ to numeric types (new)
- Fixed TCPSocket and TCPSecureSocket 'WriteString(..)' methods, they added an extra byte to output (bug #27, medium)
- Resolved garbage collection crashes with highly multi-threaded workloads (bug #28, high)
v5.8.4
v5.8.3
v5.8.2
v5.8.1
Simplified the command line syntax for the compiler, debugger, and VM.
Highlights:
- Simplified the command line syntax for the compiler, debugger, and VM. (new)
- Removed the legacy “Collection” bundle, the “Collection.Generic” bundle should be used instead. (new)
- Fixed a compile issue that caused some anonymous classes to not compile (bug/high)
- Resolved other quality compiler bugs (bug/medium)