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

Simplify migration runtime, no need for interface and environment #5651

Merged
merged 2 commits into from
Apr 10, 2024

Conversation

turbolent
Copy link
Member

The atree register inlining migration only clones Cadence values, so a full environment and interface should not really be necessary (e.g. no programs should ever be parsed or typechecked).

We still need a variant of this for the Cadence 1.0 migration, but no need to add this overhead to the atree register inlining migration.

@turbolent turbolent requested review from a team April 10, 2024 00:20
@turbolent turbolent added this pull request to the merge queue Apr 10, 2024
Merged via the queue into master with commit aa08b01 Apr 10, 2024
54 of 55 checks passed
@turbolent turbolent deleted the bastian/simplify-migration-runtimes branch April 10, 2024 16:17
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.

3 participants