Describe the bug
A Java debug run revealed that in the current RascalSearchPath registered with the interpreter when it starts from a jar will add:
|std:///| once via a URIContributor
|std:///| once more via the old StandardLibraryContributor
Since these entries are in front of the path, searching for a module that is not in the standard library is slower than it has to be.
Describe the bug
A Java debug run revealed that in the current RascalSearchPath registered with the interpreter when it starts from a jar will add:
|std:///|once via a URIContributor|std:///|once more via the old StandardLibraryContributorSince these entries are in front of the path, searching for a module that is not in the standard library is slower than it has to be.