Remove std scheme - #2828
Conversation
Part of #2819. Co-authored-by: Rodin Aarssen <rodin.aarssen@swat.engineering>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2828 +/- ##
=========================================
- Coverage 46% 45% -1%
- Complexity 6776 6797 +21
=========================================
Files 844 843 -1
Lines 67103 68796 +1693
Branches 10022 10030 +8
=========================================
+ Hits 30903 31344 +441
- Misses 33828 35073 +1245
- Partials 2372 2379 +7 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Integration test run: https://github.com/usethesource/rascal-core-big-tests/actions/runs/32966622907 |
47dfb34 to
aac53b3
Compare
5dbea58 to
34d136f
Compare
34d136f to
64173b4
Compare
Co-authored-by: rodinaarssen <rodin.aarssen@swat.engineering>
3a90d49 to
6d18180
Compare
|
|
|
|
|
|
that is a bit weird of a message in the "no rascal project" case? Like why is it searching for rascal, we already have a rascal version, namely the one on the CP? |
|
This message is generated at the time of computing the path config. Since there are no known dependencies (because: not a Rascal project), at this time the Rascal from the class path is used instead, and this warning is generated at the same time. It was meant for Rascal projects that have a Since that should be solved in LSP instead (first attempt), I agree that this message should not be shown here at all. |
DavyLandman
left a comment
There was a problem hiding this comment.
Looks good, I have a few small notes that requires a bit more thought.
c7b7463 to
673001d
Compare
…between inter- and intra-process interpreter configurations
… config for external processes
e3bf3e2 to
4c9b303
Compare
|
Rebased this branch to get rid of some ugly commits and all the intermediate release stuff. There were some reverted commits and an attempt to exclude those from After the rebase, I added 4c9b303 (which does introduce changes). Therefore, the force-push shows that commit as endpoint. |
Co-authored-by: Toine Hartman <toine.hartman@swat.engineering>
Co-authored-by: Toine Hartman <toine.hartman@swat.engineering>
|



Closes #2819.
Closes #2821.
Closes #2820.
Closes #2825.
Closes #2822.
Closes #2830.