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
Before this change, if a module was removed with `update` in the
`FineGrainedBuildManager`, then some errors would not re-appear.
This change ensures that three types of error are maintained when
running `reprocess_nodes`:
- possibly undefined vars
- unused ignores
- ignores without codes
By adding targets to ErrorInfos, this also fixes an issue where unused
ignore and ignores without codes errors didn't get re-processed when
they were the only issue in the file.
Fixes#9655
0 commit comments