Skip to content

Commit d1dd064

Browse files
committed
Bugfix release 0.9.1
1 parent 06dd2d9 commit d1dd064

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

rascal-vscode-extension/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ No settings so far.
3636

3737
## Known Issues
3838

39-
This extension is stabilizing, some stuff is still a bit slow, but people are using it in their production development environments. Your constructive feedback is much appreciated at <https://github.com/usethesource/rascal-language-servers/issues>.
39+
This extension is stabilizing, some stuff is still a bit slow, but people are using it in their production development environments. Your constructive feedback is much appreciated at <https://github.com/usethesource/rascal-language-servers/issues>.
4040

4141
**This extension works best with Java 11; but running it on Java 17 reportedly works as well**
4242

4343
The Rascal type-checker has a known issue that makes **new binary library code backward incompatible** after every release, always. This means that you
4444
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
4545
same reason you have to set your use of the `rascal-maven-plugin` to 0.22.1. Until
46-
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
46+
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
4747
installed an update, it is immediately necessary to bump your dependencies on `rascal` and `rascal-maven-plugin`.
4848

4949
For other things we are working on have a look here:
@@ -53,10 +53,14 @@ For other things we are working on have a look here:
5353

5454
## Release Notes
5555

56+
### 0.9.1
57+
58+
* Bugfix for working directory of REPLs
59+
5660
### 0.9.0
5761

5862
* Webviews opened from Rascal can now have a title and view column
59-
* There is now a setting to influence how much memory a REPL gets allocated (`rascal.interpreter.defaultHeapSize` & `rascal.interpreter.defaultStackSize`).
63+
* There is now a setting to influence how much memory a REPL gets allocated (`rascal.interpreter.maxHeapSize` & `rascal.interpreter.stackSize`).
6064
* The Rascal REPL now has a icon (it requires a bugfix in vscode 1.80 to correctly show)
6165
* upgraded to rascal 0.33.7:
6266
* Better support for ModuleParserStorage

rascal-vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"source code analysis"
1111
],
1212
"icon": "assets/images/rascal-logo.png",
13-
"version": "0.9.1-head",
13+
"version": "0.9.1",
1414
"engines": {
1515
"vscode": "^1.67.0"
1616
},

0 commit comments

Comments
 (0)