-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Remove DottyPredef #10706
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
Remove DottyPredef #10706
Conversation
64da056
to
33f5e28
Compare
33f5e28
to
f69d90d
Compare
We are currently getting an error while running
|
91ab1e1
to
3ebf3b6
Compare
3ebf3b6
to
671f9e4
Compare
Just a passing thought on the test failure, not sure if relevant here: while investigating an unrelated issue that came up today on gitter, I noticed that calling
|
@griggt could you open an issue and point to the gitter thread? |
In top level definitions we used to get `DottyPredef.getClass` when we did `getClass`. Now we get `Predef.getClass` which get us a class that was loaded with the wrong classloader.
Thank you @griggt, you just saved me a few hours of frustration. |
@smarter I moved |
No description provided.