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
Alternative fix for #2506 that does not force dirs
As stated in #2506 `lazy` was droped to make it volatile.
It turns out that the dirs is not always used and epensive to compute.
In `implicit_cache.scala` only need dirs 1 out of 30 times.
0 commit comments