-
Notifications
You must be signed in to change notification settings - Fork 78
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
Compile-time error on Scala 3 #179
Comments
/bounty $50 |
💎 $50 bounty • ZIOSteps to solve:
Thank you for contributing to zio/zio-cli! |
I couldn't reproduce it (I believe the supplied code snippet is not enough), but I believe it's this :scala/scala3#17305. I believe it's something on Dotty side, I'll see if I can minimize it. EDIT: The good thing is that is means something is wrong with your code - so I guess If you find it you don't have to wait for new Dotty version. |
This error seems to happen in case of any compilation error related to the syntax needed in the DSL, so it is indeed a dotty bug, just go line by line or comment out blocks of code and find the real compilation error to get rid of it. |
This code produce compile-time error:
Version is 0.4.0 , Scala is 3.3.0-RC2
Here is the error:
The text was updated successfully, but these errors were encountered: