Skip to content

Commit

Permalink
added rascal-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Sep 7, 2023
1 parent e1eb358 commit c8493b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rascal-vscode-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ This extension is stabilizing, some stuff is still a bit slow, but people are us
**This extension works best with Java 11; but running it on Java 17 reportedly works as well**

The Rascal type-checker has a known issue that makes **new binary library code backward incompatible** after every release, always. This means that you
should update your dependency on the `rascal` project to at least 0.33.7 and maximally 0.33.8 in your own projects to avoid spurious error messages. Until
we release a fix for the type-checker, all rascal projects and library packages on http://www.rascal-mpl.org are released synchronously.
should update your dependency on the `rascal` project to at least 0.33.7 and maximally 0.33.8 in your own projects to avoid spurious error messages. For the
same reason you have to set your use of the `rascal-maven-plugin` to 0.22.1. Until
we release a fix for the type-checker, all rascal projects and library packages on http://www.rascal-mpl.org are released synchronously. Consequently, after you
installed an update, it is immediately necessary to bump your dependencies on `rascal` and `rascal-maven-plugin`.

For other things we are working on have a look here:
* https://github.com/usethesource/rascal-language-servers/issues ; on the current extension
Expand Down

0 comments on commit c8493b7

Please sign in to comment.