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

Fix solution application for keypath function subtype conversions #71737

Merged

Commits on Feb 19, 2024

  1. Fix solution application for keypath function subtype conversions

    In swiftlang#39612 we added subtyping for keypaths-as-functions, but during application
    the implementation naively coerced the keypath expression itself to the
    inferred supertype, resulting in erroneous results. This patch updates the
    solution application logic to build the keypath-function conversion expression
    based entirely on the 'natural' keypath type, only converting to the inferred
    supertype at the end via the usual coerceToType machinery for function
    conversions.
    Jumhyn committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2b2f780 View commit details
    Browse the repository at this point in the history