Skip to content

Store MROs in cache files instead of recomputing them #4921

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

Merged
merged 1 commit into from
Apr 17, 2018
Merged

Conversation

msullivan
Copy link
Collaborator

This is a prerequisite for loading .data.json files on demand (#4910),
since if MROs are computed on-demand when a tree is loaded, it is
impossible to detect changes in the MRO caused by a change in some
other file that triggered an on-demand load.

This has been split out of #4910 for staging reasons: landing the parts
the modify the cache formats will make it easier to do testing with real-world
commits on the rest of #4910 (which is higher risk).

This is a prerequisite for loading .data.json files on demand (#4910),
since if MROs are computed on-demand when a tree is loaded, it is
impossible to detect changes in the MRO caused by a change in some
other file that triggered an on-demand load.
@msullivan msullivan merged commit 12b3982 into master Apr 17, 2018
@msullivan msullivan deleted the store-mros branch April 17, 2018 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant