Skip to content
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

checkexpr: broader fast path for literal container expressions #14274

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 10, 2022

  1. checkexpr: broader fast path for literal container expressions

    The original implementation was very conservative and bailed whenever a type context
    was present, drastically limiting its reach.
    
    There are a number of type contexts where the fast path can safely be taken.
    Most importantly:
     - Any
     - matching container types
    huguesb committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    edf928a View commit details
    Browse the repository at this point in the history