-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Runtime exception: exception caught when loading module class Quoted$
#7720
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
Comments
@nicolasstucki By the way examples |
I just merged #7691 which fixed a similar issue, which version of dotty are you using? Can you check using the latest master ? |
As mentioned in the above section "Environment" I'm using version |
ok, try again tomorrow when the next nightly is published :). |
That's fine. Take care (it gets dark !). |
@smarter Thanks for merge #7691. I confirm that example > dotc -version Dotty compiler version 0.21.0-bin-20191212-debe978-NIGHTLY-git-debe978 -- Copyright 2002-2019, LAMP/EPFL > dotc -d c:\temp\classes tests\run-staging\quote-var.scala > dotr -with-compiler -cp c:\temp\classes Test xyz |
minimized code
Compile and run example dotty/run-staging/quote-var.scala.
Successful execution should print the string "
xyz
".Stack trace
Environment
Full Java command behind
dotc.bat
(NB. Starting with version 0.21 jar file
tasty-core_XXX.jar
is part of the class path) :Full Java command behind
dotr.bat
(NB. Starting with version 0.21 jar file
tasty-core_XXX.jar
is part of the class path with Dotty option-with-compiler
) :The text was updated successfully, but these errors were encountered: