fix codegen failure with nonreentrant keys#2514
Merged
charles-cooper merged 2 commits intovyperlang:masterfrom Oct 26, 2021
Merged
fix codegen failure with nonreentrant keys#2514charles-cooper merged 2 commits intovyperlang:masterfrom
charles-cooper merged 2 commits intovyperlang:masterfrom
Conversation
codegen now fails (stops compiling) as of eae0eaf. This is because the storage layout is generated correctly but the type metadata is not updated after the first function that references a nonreentrancy key. This commit also adds a codegen test to check codegen of repeated nonreentrancy keys.
2d11fd4 to
7fbb6c6
Compare
Codecov Report
@@ Coverage Diff @@
## master #2514 +/- ##
==========================================
- Coverage 84.62% 84.61% -0.02%
==========================================
Files 94 94
Lines 9303 9328 +25
Branches 2099 2103 +4
==========================================
+ Hits 7873 7893 +20
- Misses 943 946 +3
- Partials 487 489 +2
Continue to review full report at Codecov.
|
it works on either nonreentrant function calling the other
fubuloubu
approved these changes
Oct 26, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
codegen now fails (stops compiling) as of eae0eaf. This is because
the storage layout is generated correctly but the type metadata is not
updated after the first function that references a nonreentrancy key.
This commit also adds a codegen test to check codegen of repeated
nonreentrancy keys.
What I did
Fix bug introduced in #2439
How I did it
How to verify it
Check the following contract fails to compile on master but compiles on this branch
Description for the changelog
Cute Animal Picture