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
allow to run the repl with the stdlib in the classpath (#24437)
Note that there is an issue in sbt that prevents me from getting the
path to the stdlib and pass it to the `Compile/run` task. Otherwise,
with this PR, we are now able to call `scala3-repl/run` and start the
REPL. It also forks the JVM since the REPL classloading is a bit
weird...
0 commit comments