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

Add an explicit Span field to OutlivesConstraint #96236

Merged
merged 1 commit into from
Apr 21, 2022

Commits on Apr 20, 2022

  1. Add an explicit Span field to OutlivesConstraint

    Previously, we would retrieve the span from the `Body` using
    the `locations` field. However, we may end up changing the
    `locations` field when moving a constraint from a promoted
    to a different body.
    
    We now store the original `Span` in a dedication field, so that
    changes to the `locations` do not affect the quality of our
    diagnostics.
    Aaron1011 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    611a06a View commit details
    Browse the repository at this point in the history