Skip to content

ELENA 6.0.7

Compare
Choose a tag to compare
@arakov arakov released this 10 Feb 00:51
· 76 commits to master since this release
f6f9859

Description

ELENA 6.0.7 is out for all supported platforms : Windows x86 / x86-64, Linux x86 / x86-64 / AARCH64 / PPC64le!

The release includes a number of critical bug fixes, new functionality and ported samples.

Fixes # (issue)

  • [ADDED]meta command #load, #clear
  • [ADDED]#563:Extended statement templates
  • [FIXED]#508 - working on multi-value assigning
  • [FIXED]#86 - primitive operations : int + long
  • [FIXED]"this self" for an extension
  • [ADDED]system : Int8Number, UShortNumber
  • [ADDED]#629 - Read-only fields
  • [FIXED]#613 - bytecode optimization
  • [FIXED]#623 - Overriding property set accessor
  • [FIXED]#601 - bytecode optimization
  • [ADDED]evaluate an expression in compile-time if possible
  • [ADDED]#562 - Nullable support