Skip to content

Standard library is on the interpreter search path twice #2399

Description

@jurgenvinju

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions