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
Fixes#7998
This was disabled in incremental mode (i.e. almost always, since this is
now the default), because we didn't clone options for suppressed
dependencies, but now because we are doing this (for the purpose of
fixing other issues), there is no reason to keep this disabled (IMO this
is a nice feature to keep your config clean).
Few more things here:
* I moved the logic inside `build.build()`, first it is wrong to show
this warning in case of blocking errors (since we may not processed all
files yet), second it is easier to test.
* I am now using more standard message formatting `path: note: ...`
* I am updating couple comments I forgot to update in previous PRs
(sorry)
0 commit comments