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
The content of the artifact cache was stored in a sorted map and then
written to disk. The default readeres for edn does not contain a reader
capable of handling sorted maps. This caused the artifact cache to stop
working.
This commits drops the use of sorted maps, as we never rely on them
being sorted anyway.
0 commit comments