Coder Social home page Coder Social logo

`unnecessary_null_comparison` warning doesn't show consistently (if it should at all; and it shows an incorrect message...?) about sdk HOT 3 OPEN

skylon07 avatar skylon07 commented on September 27, 2024
`unnecessary_null_comparison` warning doesn't show consistently (if it should at all; and it shows an incorrect message...?)

from sdk.

Comments (3)

scheglov avatar scheglov commented on September 27, 2024 1

FYI, this was implemented intentionally in #51093.

from sdk.

scheglov avatar scheglov commented on September 27, 2024

I suspect that consistency between "no initializer" and "initialized with null" cannot be easily implemented. We have a long term experiment that might help with this, but I don't think we have immediate plans when it will be ready. Theoretically we could have "is the variable ever assigned not null value" flag, but it seems that the value of this feature is quite low. Prove me wrong, of course, I might undervalue it.

I agree that the error message is confusing.

from sdk.

skylon07 avatar skylon07 commented on September 27, 2024

That's good insight. I agree with you, I think seeing that inconsistency (my first point) would lead to at worst a "huh, that's weird" kind of scenario -- I mostly brought that up in case it was some kind of simple oversight (which it appears it is not). I do hope to see changes to the error message though (my second point), assuming that's a quick-and-easy fix. That message is what led me to digging in and making sure I understood variable initialization correctly, since the error seemed to imply it could have "not been null" by being uninitialized (which isn't true).

At the end of the day though, I'd say all of this put together is still just a minor inconvenience at worst.

from sdk.

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.