Skip to content

ELENA 6.0.10

Compare
Choose a tag to compare
@arakov arakov released this 07 May 21:12
· 43 commits to master since this release
375a95e

Description

ELENA 6.0.9 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] #646 : Calling own method directly without target
  • [ADDED] #651 : Template Expression - typecasting
  • [ADDED] #497 : a static method must have an access to private methods
  • [FIXED] aarch64 : xstorefir opcode
  • [FIXED] ppc64le : open opcode
  • [ADDED] new option : auto-preloaded module extension ("-xm")
  • [FIXED] reducing the total size of an executable by ignoring module extensions by default
  • [FIXED] #401 - += operator with array
  • [FIXED] #488 : Declaring auto struct variable
  • [FIXED] #522 : single dispatch variadic message
  • [FIXED] x86-64 : calling from external
  • [FIXED] #608 : single dispatch for constructors
  • [FIXED] #504 : Support an array operation with external function arguments
  • [FIXED] #589 : Supporting ?: operator inside ??
  • [ADDED] #569 : Ignoring order of declaration
  • [FIXED] xhookdpr for x86-64 mode
  • [ADDED] #635 : new entry point to invoke the functionality from another program
  • [FIXED] toJson extension
  • [FIXED] try statement does not allocate an exception
  • [ADDED] extensions'io:ByteArrayReader,ByteArrayWriter
  • [ADDED] #635 : new tutorial to call an ELENA library from C++ / C#
  • [ADDED] chat sample
  • [ADDED] ecv-cli : adding a filter for listing members
  • [FIXED]elt-cli : fixing support for extension methods
  • [FIXED] watch : displaying stack-allocated classes
  • [ADDED] syntax highlighting

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Link

Please visit a release page to download the binaries: https://github.com/ELENA-LANG/elena-lang/releases/tag/v6.0.10