-
Notifications
You must be signed in to change notification settings - Fork 337
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
Compilation in Scala 3.5.0-RC5 gives possibly false errors #6627
Comments
I seem to be experiencing a similar issue.
SBT builds fine, but Bloop complains:
If I hover the cursor over the
Which does appear to be correct. The only error I can see in the Metals log is:
(There's no more details included.) Hope that this will help to narrow down the problem. 👍 Scala 3.5.0-RC6, Bloop 1.6.0, SBT 1.10.1, Metals 1.3.4+23-c744a47f-SNAPSHOT |
Looks like it's the same issue as #6628 correct me if I am wrong |
No it's not. |
Ok, I didn't know it, I thought it wasn't related to Best Effort. |
It should easily be fixed by reverting to earlier version of Metals since we do default to false, but somehow it still doesn't work. Switching Bloop version to an earlier one should work instead. |
Looks like restarting the build server also helps, we might be caching it somewhere 🤔 Anyway, setting it explicitly works also, so will do that for now and create a new release |
Describe the bug
Tests compilation gives some errors related to macros (the usage of ZLayers of zio) in editor but if you compile it using sbt you won't see any errors.
If I change the version to 3.4.2 errors disappear.
I don't see any errors when checking logs.
Expected behavior
No response
Operating system
macOS
Editor/Extension
VS Code
Version of Metals
1.3.4
Extra context or search terms
No response
The text was updated successfully, but these errors were encountered: