Package stdlib locations as mvn://#2826
Open
toinehartman wants to merge 1 commit into
Open
Conversation
toinehartman
force-pushed
the
feature/2817-remove-std-scheme/2820-packager
branch
from
July 15, 2026 09:18
d1e67be to
0654f77
Compare
Draft
toinehartman
force-pushed
the
feature/2817-remove-std-scheme/final
branch
from
July 15, 2026 09:23
872a1e8 to
eeaf4bc
Compare
This removes `std://` locations in the published Rascal JARs, in favor of `mvn://` pointing to this specific released version. Closes #2820.
toinehartman
force-pushed
the
feature/2817-remove-std-scheme/2820-packager
branch
from
July 15, 2026 09:24
0654f77 to
42ea184
Compare
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## feature/2817-remove-std-scheme/final #2826 +/- ##
======================================================================
- Coverage 46% 46% -1%
- Complexity 6728 6729 +1
======================================================================
Files 842 842
Lines 66796 66796
Branches 9983 9983
======================================================================
- Hits 30799 30791 -8
- Misses 33613 33620 +7
- Partials 2384 2385 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.



This removes
std://locations in the published Rascal JARs, in favor ofmvn://pointing to this specific released version. Closes #2820.