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#6060
My guess is that the problem is the `LinkedHashSet` in
`Cacher.taskEvaluationStack` is actually a mutable collection shared
between different threads. That could potentially cause all sorts of
problems, so this replaces it with a immutable `VectorMap` to preserve
ordering and provide lookups in an immutable fashion
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
0 commit comments