-
Notifications
You must be signed in to change notification settings - Fork 82
Remove std scheme
#2828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
toinehartman
wants to merge
42
commits into
main
Choose a base branch
from
feature/2817-remove-std-scheme/2819-pathconfig
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+297
−308
Open
Remove std scheme
#2828
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
9ef2446
Run CI on all feature branches.
toinehartman ce043c5
Remove `std:///` from Rascal-LSP path config.
toinehartman 827a342
Package stdlib locations as `mvn://`
toinehartman eb52b37
Rename current runtime resolver.
toinehartman f427f45
Remove `std:///` from Rascal path config."
toinehartman 2fcd4c9
Remove `std:///` from regular project's path config.
toinehartman 68a31fe
Replace `std:///` on evaluator search path.
toinehartman 379d85c
Replace uses of std:/// in Rascal code.
toinehartman 570a8bb
Disable resolver for `std:///`.
toinehartman aa25cd1
Replace another std loc with project.
toinehartman 8f2bc19
Jarify/mavenize as much as possible.
toinehartman c9f8101
Also type-check against stdlib from POM.
toinehartman c5a9f9b
Properly unsupport std scheme.
toinehartman 55cbb87
Fix search path order.
toinehartman 43eeea9
Expose Maven parsing and resolution for use in Rascal LSP.
toinehartman 2f4a10c
Annotate nullability of source location response.
toinehartman 6a41580
Support root computation from files.
toinehartman 21a651c
Fix typo in docs.
toinehartman 9ded75d
Expose functions for use in LSP.
toinehartman a03202b
Bump typepal.
toinehartman e6ad01a
Only expose resolution function.
toinehartman 4d262c9
Rewrite std location using getResource.
toinehartman 1bfd989
Take LSP from the POM, like any other dependency.
toinehartman fd4f0ed
Fix fallback Rascal version warning.
toinehartman 0ba94c0
Fix Rascal syntax loading from resources.
toinehartman 37d82a7
Fix comment.
toinehartman d32ddaf
Remove outdated comment.
toinehartman 992e3bc
Remove fallback message, to be solved in LSP.
toinehartman 4da5e42
Added message to warning
rodinaarssen edef2e0
Prevent search path contributors from skipping the line.
toinehartman d0c023b
Remove obsolete documentation of std.
toinehartman ca54571
Improved comment
rodinaarssen 984abe1
Added an enum constant to RascalConfigMode to be able to distinguish …
rodinaarssen 74ebb8d
Adding Rascal's own dependencies to the lib path when creating a path…
rodinaarssen 8a9150c
Added JavaDoc to the RascalConfigMode enum
rodinaarssen 4c9b303
Add explicit scheme check to Maven resolution function.
toinehartman 86c9bec
Fixed inconsistent/incorrect jarify/mavenize while building path configs
rodinaarssen 2faf2c6
Fixed the intended Rascal version for compiler configurations
rodinaarssen 171f3ab
Merge remote-tracking branch 'origin/main' into feature/2817-remove-s…
rodinaarssen ea3c0f3
Fixed missing SNAPSHOT in version
rodinaarssen 46ddfbb
[maven-release-plugin] prepare release v0.43.0-RC13-PREVIEW-NO-STD
rodinaarssen d197ed4
Revert to SNAPSHOT version for development
rodinaarssen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
54 changes: 0 additions & 54 deletions
54
src/org/rascalmpl/interpreter/load/StandardLibraryContributor.java
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.