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

Write APICompat suppressions when baseline suppressions aren't empty #44965

Merged
merged 4 commits into from
Nov 20, 2024

Commits on Nov 19, 2024

  1. Write APICompat suppressions when baseline suppressions aren't empty

    When there aren't any suppressions but baseline suppressions exist,
    write to the suppression file to make it empty.
    
    Pass information back to the caller so that even if an empty collection
    of suppression are written to the file, still log a message to indicate
    that the suppression file got updated.
    ViktorHofer committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    453a3e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48cf997 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Update SuppressionEnigneTests

    The SuppressionEngine_WriteSuppressionsToFile_ReturnsEmptyWithAllUnnecessarySuppressions
    test already validates the new behavior.
    ViktorHofer committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    dec72fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a256f7 View commit details
    Browse the repository at this point in the history