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

Ignore removed entries in CHANGED_FROM_STATIC #6240

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Commits on Sep 9, 2024

  1. Ignore removed entries in CHANGED_FROM_STATIC

    The check fails if the `after` state is null. This cases only happens
    when the entry has been removed entirely, instead of only changed from
    static to non-static.
    
    There are other tests that look for those changes, so it's safe to
    ignore it from the CHANGED_FROM_STATIC check.
    rlazo committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f5c8156 View commit details
    Browse the repository at this point in the history