-
Notifications
You must be signed in to change notification settings - Fork 185
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
parse error #2139
Comments
Looks like an issue with the parser. Might be good to raise in scalameta/scalameta repository |
Ach, I finally got time to look at it properly and maybe you are missing something like:
? |
same problem like above
|
What's the relative path of the file it fails on? Sorry for the late response, I just totally forgot I haven't commented here |
|
It it's plain Scala 3 project you might need to do |
this is the config:
|
The other option I guess is that the way you are running scalafix is not setting the binary version properly. How are you running it? |
sbt
|
scalamft:
|
I notice the problem exists also on launching |
Maybe it's just the case of needing to bump scalameta version 🤔 |
@tgodzik I was hoping we could wait for the new 2.13 release, but I will tag a patch tomorrow with the latest scalameta |
@gfrison can you confirm that the latest snapshot fixes your problem? Thanks! |
scala version: 3.6.2
scalafix version: 0.13.0
I get an error on
[T:Show]
which compiles correctlyThe text was updated successfully, but these errors were encountered: