-
Notifications
You must be signed in to change notification settings - Fork 54
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
Scala 3's -Yexplicit-nulls #188
Comments
Is it ready for use? e.g. @SethTisue on Discord a few months ago:
https://discord.com/channels/632150470000902164/632150470000902166/1131611679566872698 |
Anyway, in general |
I'd enable it 🤷♂️
The “platform types” in Kotlin are well implemented, as the compiler is also looking at |
IMHO this issue also seems like a major impediment to using explicit
|
That untagged unions aren't used yet in the stdlib is such a pity, as it would improve type safety by a lot. |
honestly the compiler/language doesn't do a great job at marketing this, I've worked in scala for 9 years and it's the first time I'm hearing that these aren't prime time 😅 |
Hello,
I noticed that version 0.5.0 doesn't enable
-Yexplicit-nulls
on Scala 3.Any reasons for it?
The text was updated successfully, but these errors were encountered: