Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actually force usages #3713

Merged
merged 3 commits into from
Jul 25, 2023
Merged

Actually force usages #3713

merged 3 commits into from
Jul 25, 2023

Commits on Jul 25, 2023

  1. 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.
    wz1000 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f5c6a18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e130714 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a0db43 View commit details
    Browse the repository at this point in the history