-
Notifications
You must be signed in to change notification settings - Fork 122
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
Regression on compiling Scala 3: "Can't find source file for a.A.Inner_sel" #1351
Comments
I guess more than anything these are reflection of the lack of test coverage against the Scala compiler bridges that seceded away from Zinc repo. |
@bishabosha wrote on scala/scala3#20157 (comment)
I'm still not sure where the source of regression is, but one thing we can try is make zinc/internal/zinc-core/src/main/scala/sbt/internal/inc/Analysis.scala Lines 103 to 107 in 3de8557
and try |
With scala/scala3#20279, |
I'm going to close this as not-a-bug. |
steps
See scala/scala3#20157
problem
The following scripted tests failed on Scala 3 repo:
The text was updated successfully, but these errors were encountered: