-
Notifications
You must be signed in to change notification settings - Fork 137
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
Remove incorrect caching from migrations #3375
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit eec5aee Collapsed results for better readability
|
If the caching is incorrect because of the typeID computation for intersection types missing the legacy type, can we just add the legacy type to the typeID computation instead of removing caching entirely? |
Work towards #3366
Description
Caching is currently incorrect. For example, the entitlements migration should not cache using just the type ID, as e.g. it does not include an intersection type's potential legacy restricted type.
Remove caching for now. We can bring it back once/if we figure out how to cache correctly.
master
branchFiles changed
in the Github PR explorer