Skip to content

Commit

Permalink
Add Eclipse update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gohla committed Oct 5, 2020
1 parent 63432db commit bfc7cfd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions source/release/note/vnext.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Changes
Stratego
~~~~~~~~

Stratego has two new reserved words: ``cast`` and ``is``. Local variables can be reserved words if they start with ``'``, so you can use ``'cast`` and ``'is``.
Stratego has two new reserved words: ``cast`` and ``is``. Local variables can be reserved words if they start with ``'``, so you can use ``'cast`` and ``'is``.

Under the Stratego language options in your ``metaborg.yaml`` file you can turn on the gradual type system, if you use the incremental compiler. This option is ``gradual: static``, and only tests the types statically. The default is ``gradual: none`` right now, meaning the gradual type system is not on by default. There is an experimental third option ``gradual: dynamic`` which not only checks the types statically but also inserts casts to check types dynamically where necessary.
Under the Stratego language options in your ``metaborg.yaml`` file you can turn on the gradual type system, if you use the incremental compiler. This option is ``gradual: static``, and only tests the types statically. The default is ``gradual: none`` right now, meaning the gradual type system is not on by default. There is an experimental third option ``gradual: dynamic`` which not only checks the types statically but also inserts casts to check types dynamically where necessary.

Eclipse
~~~~~~~

The Premade Eclipse installations have been updated to Eclipse 2020-6.

0 comments on commit bfc7cfd

Please sign in to comment.