-
-
Notifications
You must be signed in to change notification settings - Fork 796
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix codegen failure with nonreentrant keys (#2514)
* fix codegen failure with nonreentrant keys 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. * clarify the test it works on either nonreentrant function calling the other
- Loading branch information
1 parent
03642a0
commit 25aa67e
Showing
2 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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