-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Type Inference Issues in Latest Version of Dotty #7149
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
Comments
We can ask @smarter and open a ticket in Dotty. In this Ah, this is the Dotty repo. 😆 Nevermind, then. |
Yes confirmed that the |
I think I might have a fix. Once #7161 is green, can you check whether it's sufficient to solve your problems? Thanks! |
Will do! Thanks for being so responsive on this! Really appreciate it! |
@odersky Just wanted to confirm that we are now able to compile against the latest nightly version of Dotty. Thanks again for your help with this and for everything you and your team are doing to build the next generation of Scala! |
We're seeing some type inference issues in trying to compile ZIO against the latest version of Dotty that don't entirely make sense to me. See compilation errors here. It appears that two of the issues can be minimized to the following:
The other two also relate to types being inferred as
Any
and are here and here.When you have the chance could you please advise whether there is an issue here or something we need to be doing differently? Thanks!
Copying @jdegoes.
The text was updated successfully, but these errors were encountered: