-
Notifications
You must be signed in to change notification settings - Fork 157
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
NoDenotation error with scala 3.3.0 #511
Comments
Hey @frozenwizard, do you have a code sample that we can reproduce this with? |
I can possibly work one out in a few days. |
Perfect, thanks. That way we can verify where the issue actually is and probably report it upstream since it looks to be stemming from there. |
I encountered the same error. Do you have any guidance on how I can figure out the source of the issue to reproduce it? My project is really large and the stacktrace does not help (it is similar to the original poster). I tried running |
I have a project that was running fine under 3.2.1 with coverage. I upgraded to scala 3.3.0 and also sbt-tpolecat and scoverage to the latest versions. Now when I run coverage on tests and integration tests they fail during compilation with an error I don't understand.
When running test/itests on their own there is no issue, only when I add in the coverage to "sbt coverage test" does it fail. This error seems to be a compiler error?
The text was updated successfully, but these errors were encountered: