You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #11648 - peterallin:peterallin/11594, r=epage
Avoid saving the same future_incompat warning multiple times
### What does this PR try to resolve?
Each time a build, that causes future_incompat warnings, is run, a report about each
warning is created and saved to disk with a new id quicky filling up the JSON file. This PR
adds a check if the report is already on disk and avoids saving a new instance of it.
Fixes#11594.
### How should we test and review this PR?
Perform a build that gives one or more future_incompat warnings, and see that they
are added to the JSON file only once when the build is repeated.
0 commit comments