You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 workspacerascal is loaded from the VS Code extension even when it's open in the workspace
Dec 4, 2024
sungshik
changed the title
rascal is loaded from the VS Code extension even when it's open in the workspacerascal is loaded from the VS Code extension even if another version is depended on
Dec 9, 2024
Scope (branches)
replace-lib-by-mvn-and-others
(Replace lib:/// scheme by mvn:/// and file:/// and jar+file:/// everywhere rascal#1969)replace-lib-scheme
(testing rascal without the lib scheme #454)Problem
Background
Situation
p
is open in the workspace.p
has a dependency onrascal
(declared in its POM).p
.Expected
Both the Rascal modules and the Java classes of
rascal
should be loaded from the version in the workspace (ifrascal
is open) or in the local Maven repository (ifrascal
isn't open).Actual
rascal
are loaded from the version in the VS Code extensionrascal
are loaded from the version in the VS Code extensionThe text was updated successfully, but these errors were encountered: