Code Monkey home page Code Monkey logo

Comments (5)

armanbilge avatar armanbilge commented on August 11, 2024 1

Is it ready for use? e.g. @SethTisue on Discord a few months ago:

seconded that -Yexplicit-nulls isn't really that usable yet, but I just want to note that it's being worked on: scala/scala3#18112

https://discord.com/channels/632150470000902164/632150470000902166/1131611679566872698

from sbt-tpolecat.

SethTisue avatar SethTisue commented on August 11, 2024

Anyway, in general -Y flags should be considered guilty until proven innocent. -Y is a signal that something is internal and/or not-ready-for-prime-time

from sbt-tpolecat.

alexandru avatar alexandru commented on August 11, 2024

I'd enable it 🤷‍♂️

sbt-tpolecat is a plugin that enables errors in case of unused imports or unused variables, and there's nothing more annoying than that.

The “platform types” in Kotlin are well implemented, as the compiler is also looking at @NonNull and @Nullable annotations from Java's ecosystem. I hope that Scala implements that as well, but meanwhile, while we're waiting, I want explicit nulls for protection against Java APIs, and I don't mind using .nn all over the place.

from sbt-tpolecat.

armanbilge avatar armanbilge commented on August 11, 2024

IMHO this issue also seems like a major impediment to using explicit nulls.

This use of Option is idiomatic for handling possibly-null values, so it seems ironic that it isn't available when using explicit nulls.

from sbt-tpolecat.

alexandru avatar alexandru commented on August 11, 2024

That untagged unions aren't used yet in the stdlib is such a pity, as it would improve type safety by a lot.

from sbt-tpolecat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.