Skip to content

Latest commit

 

History

History
79 lines (54 loc) · 2.38 KB

2.5.7.rst

File metadata and controls

79 lines (54 loc) · 2.38 KB

Spoofax 2.5.7

Spoofax 2.5.7 includes minor bugfixes and improvements to the experimental Stratego separate compiler.

Changes

FlowSpec

Bugfix: Names with namespaces were broken in an earlier version during performance optimization. The error would like: java.lang.AssertionError: Unrecognised Namespace: Namespace("Var").

Stratego

Stratego separate compilation is now switched to the new system. It no longer has any limitations that were previously mentioned. Do note that separate compilation will give the same stricter error messages that the editor does: You need to import anything you use, you cannot use something that another module imports that imports your module.

Downloads

Eclipse plugin

Premade Eclipse installations

With embedded JRE:

Without embedded JRE:

Update site

IntelliJ plugin

Command-line utilities

Core API

StrategoXT

Maven artifacts

Maven artifacts can be found on our `artifact server <artifact-server-releases_>`_. The Maven version used for this release is 2.5.7. See the instructions on :ref:`using MetaBorg Maven artifacts <dev-maven>` for more information.