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
We have a legacy codebase with many errors across many files
```
Found 7995 errors in 2218 files (checked 21364 source files)
```
For historical reasons, it hasn't been practical to fix all of
these yet, and we've been slowly chipping at them over time.
Profiling shows that `is_blockers` is the biggest single hotspot,
taking roughly 1min, and `total_errors` account for another 11s.
Instead of computing those values on read by iterating over all
errors, update auxiliary variables appropriately every time a
new error is recorded.
0 commit comments