-
Notifications
You must be signed in to change notification settings - Fork 37
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
False-positive subtype checking for Scala 3 opaque types #472
Comments
Addressed in #468 |
/bounty $250 |
💎 $250 bounty • ZIOSteps to solve:
Thank you for contributing to zio/izumi-reflect! Add a bounty • Share on socials
|
💡 @neko-kai submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
🎉🎈 @neko-kai has been awarded $250! 🎈🎊 |
@jdegoes Maybe you made a mistake opening the bounty on this issue since the solution was already pending? I can refund the bounty back, although I don't mind either way. |
@neko-kai Keep it, you earned it! |
This still needs to be released |
For some reason, when 2 Scala 3 opaque types have the same underlying type, the subtype check
<:<
seems to falsely returntrue
. AFAICT, this seems to be what's causing zio/zio#8882 (albeit there might be more to it, but first things first 😅)Repro:
The text was updated successfully, but these errors were encountered: