Remove std scheme - #1159
Draft
toinehartman wants to merge 67 commits into
Draft
Conversation
toinehartman
force-pushed
the
feature/remove-std-scheme
branch
from
July 20, 2026 07:00
ba7fb37 to
a9bd695
Compare
toinehartman
force-pushed
the
feature/remove-std-scheme
branch
from
July 21, 2026 07:34
8b22840 to
f15c784
Compare
Due to case normalization by VS Code, we need to compare module case. microsoft/vscode#68325
Closes #1147. Co-authored-by: rodinaarssen <rodin.aarssen@swat.engineering>
toinehartman
force-pushed
the
feature/remove-std-scheme
branch
from
July 28, 2026 16:17
3ef3d1f to
b43f9da
Compare
toinehartman
force-pushed
the
feature/remove-std-scheme
branch
from
August 20, 2026 07:21
4a2931e to
f8c04b4
Compare
toinehartman
pushed a commit
to usethesource/rascal
that referenced
this pull request
Aug 25, 2026
Extract/unify computation of a class path given a path config. This code can also be used to simplify class path computations in the following PRs: - usethesource/rascal-language-servers#1159 - usethesource/rascal-language-servers#1156
DavyLandman
reviewed
Aug 26, 2026
This reverts commit f57e15f.
… Rascal's RascalConfigMode
This reverts commit 8e26f78.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Companion to usethesource/rascal#2828
Closes #1151.
Closes #1147.
Closes #1148.
Closes #1149.
Closes #1027.
Includes the following PRs: