Skip to content
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

rascal is loaded from the VS Code extension even if another version is depended on #540

Open
sungshik opened this issue Dec 4, 2024 · 0 comments

Comments

@sungshik
Copy link
Contributor

sungshik commented Dec 4, 2024

Scope (branches)

Problem

Background

Situation

  • Projects p is open in the workspace.
  • p has a dependency on rascal (declared in its POM).
  • A REPL is created in p.

Expected

Both the Rascal modules and the Java classes of rascal should be loaded from the version in the workspace (if rascal is open) or in the local Maven repository (if rascal isn't open).

Actual

  • ⚠️ The Rascal modules of rascal are loaded from the version in the VS Code extension
  • ⚠️ The Java classes of rascal are loaded from the version in the VS Code extension
@sungshik sungshik changed the title Which versions of projects are loaded in the REPL? -- rascal is loaded from the VS Code extension even when it's open in the workspace rascal is loaded from the VS Code extension even when it's open in the workspace Dec 4, 2024
@sungshik sungshik changed the title rascal is loaded from the VS Code extension even when it's open in the workspace rascal is loaded from the VS Code extension even if another version is depended on Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant