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
It's not just storage, it's all the dictionaries in DiagnosticsHandler. I made them dictionaries because not all diagnostics need accumulators and counters, so it was the easiest. I think we could turn them into vectors by adding some more bookkeeping.
Right now, the storage Dict keys are entire
ScheduledDiagnostics
:I think that we can get closure to fixing the inference issues if we first simplify how we look up which diagnostic is to be computed.
The text was updated successfully, but these errors were encountered: