Skip to content

Commit 6851473

Browse files
authored
Small textual tweaks (#927)
1 parent 290b2e8 commit 6851473

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/ISSUE_TEMPLATE/stable-release-manual-testing-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ First a "pre-release" of the supporting compiler/typechecker tools must be done,
1919

2020
- [ ] rascal compiles in the continuous integration environment and no tests fail
2121
- [ ] release rascal
22-
- [ ] bump rascal versions in rascal-lsp project
22+
- [ ] bump rascal version in rascal-lsp project
2323
- [ ] fix new errors and warnings in rascal and rascal-lsp project
2424

2525
# Manual version checks

rascal-vscode-extension/CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ We only list significant changes, for a full changelog please review the [commit
44

55
## 0.13.0
66

7-
Works best with rascal 0.41.2 (and rascal-maven-plugin: 0.30.2). Due to changes in the typechecker you will most likely also have to update your library dependencies to the latest release.
7+
Works best with Rascal 0.41.2 (and rascal-maven-plugin 0.30.3). Due to changes in the type checker, users will most likely also have to update their library dependencies to the latest release.
88

99
### New Features for Rascal Developers
1010

@@ -25,7 +25,7 @@ Works best with rascal 0.41.2 (and rascal-maven-plugin: 0.30.2). Due to changes
2525
* DSLs can contribute their own call hierarchies using the `LanguageServer::callHierachy` contribution.
2626
* DSLs can extend text edits with labels and descriptions, and mark them as requiring user confirmation, using keyword parameters (`str label`, `str description`, `bool needsConfirmation`). See `util::LanguageServer::TextEdit`.
2727

28-
For more details, you can read the documentation in the `util::LanguageServer` source, or view the [rendered documentation page](https://www.rascal-mpl.org/docs/Packages/org.rascalmpl.rascal-lsp/Library/util/LanguageServer/).
28+
For more details, please refer to the documentation in the source code of `util::LanguageServer`, or the [rendered documentation page](https://www.rascal-mpl.org/docs/Packages/org.rascalmpl.rascal-lsp/Library/util/LanguageServer/).
2929

3030
### Improved features
3131

@@ -56,7 +56,7 @@ Below is a summary of the [full release-notes for rascal 0.41.x](https://www.ras
5656
* `IO` has new features, such as `isReadable` and `isWritable`, and the `watch` feature has better support for macOS.
5757
* Various performance improvements.
5858
* `Message` has an optional `causes` field that can be used to report extra locations to VS Code.
59-
* Debugger has gained many new features and has become more like debuggers of other languages.
59+
* The debugger has gained many new features, improving the debugging experience.
6060

6161
### Extension developers
6262

@@ -71,11 +71,11 @@ Below is a summary of the [full release-notes for rascal 0.41.x](https://www.ras
7171

7272
## 0.12.1
7373

74-
* The type-checker got a lot faster, especially if you're editing a single file in a larger project.
74+
* The type checker got a lot faster, especially if you're editing a single file in a larger project.
7575
* Various bugfixes in:
7676
* The rename functionality
7777
* The code actions
78-
* The type-checker
78+
* The type checker
7979

8080
### 0.12.0
8181

@@ -321,13 +321,13 @@ This release is about including a new version of the rascal project, 0.27.2:
321321
* Version bumps for typepal and rascal-core with improved typechecking efficiency.
322322
* Better error reporting for the Rascal LSP server and the parameterized LSP server.
323323
* Fixes around status progress bars.
324-
* Fix for packaging of rascal-lsp jar (which helped remove spurious type-checking errors in clients of the LanguageServer library modules)
324+
* Fix for packaging of rascal-lsp jar (which helped remove spurious type checking errors in clients of the LanguageServer library modules)
325325

326326
### 0.2.0
327327

328328
* Moved to Java 11
329-
* Upgrade to newer Rascal type-checker
330-
* Early support for cross-project rascal dependencies for both REPL & type-checker
329+
* Upgrade to newer Rascal type checker
330+
* Early support for cross-project rascal dependencies for both REPL & type checker
331331
* Rascal features work even without a project open (opening a single rascal file for example)
332332
* Improved status bar messages for DSLs and making sure to always clear finished tasked
333333
* Increases performance of project source location operations

0 commit comments

Comments
 (0)