Coder Social home page Coder Social logo

Comments (4)

eernstg avatar eernstg commented on June 21, 2024 2

There is a request for generalisation of the flow analysis in #1224, in order to get a larger set of reasons for promoting a local variable. In that issue the topic is that if (foo?.something == somethingNotNull) ... could promote foo to have a non-nullable type in the true continuation (because the condition would necessarily be false when foo == null).

This issue is similar in that it is a request for detecting that x can't be null in the true continuation of (x = e) != null.

I'll move this issue to the language repository and label it in a way which is similar to the existing issue.

from language.

eernstg avatar eernstg commented on June 21, 2024 1

Maybe we'd just create a new label (e.g., enhanced-promotion) and then use that for proposals about new ways to establish that a given promotion is justified.

from language.

eernstg avatar eernstg commented on June 21, 2024

@stereotype441, @johnniwinther, it seems that we may have a group of somewhat similar requests in this area (at least, #1224 seems related). Would you prefer to make it a single issue covering all the variants? What's the best labeling?

from language.

lrhn avatar lrhn commented on June 21, 2024

A single meta-issue with links to individual issues for concrete enhancement ideas is probably better than combining different ideas into one issue, in case we choose to do some, but not all, of them.

from language.

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.