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
warning: multiple classpaths are found, dotr only use the last one.
Unrecognized option: -language:Scala2
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
while ./bin/dotc -language:Scala2 is fine and ./bin/dotr -repl -language:Scala2 works as well.
Comparing dotc and dotr leads to the differences between dist-bootstrapped/target/pack/bin/dotr and dist-bootstrapped/target/pack/bin/dotc.
The text was updated successfully, but these errors were encountered:
It gives
while
./bin/dotc -language:Scala2
is fine and./bin/dotr -repl -language:Scala2
works as well.Comparing
dotc
anddotr
leads to the differences betweendist-bootstrapped/target/pack/bin/dotr
anddist-bootstrapped/target/pack/bin/dotc
.The text was updated successfully, but these errors were encountered: