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
In 00f4e61 we attempted to share the filepaths in GHC's usage field.
Unfortunately the `mi_usages` is evaluated by `checkOldIface` before we have a chance to do the sharing,
resulting in them not actually being shared on the first load.
Solution is to share the usages before `checkOldIface` has a chance to inspect them, breaking the sharing.
0 commit comments