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

Fix yul function calls #1917

Merged
merged 2 commits into from
Jun 9, 2023
Merged

Fix yul function calls #1917

merged 2 commits into from
Jun 9, 2023

Conversation

smonicas
Copy link
Contributor

Fix #1831
Now search for a function in the YulBlock scope.
Moved parse_body from being immediately done for each function to after all the functions have been converted, this is to support for call to functions defined later otherwise they would not be in the YulBlock scope yet.

@0xalpharush 0xalpharush added this to the 0.9.4 milestone Jun 9, 2023
@montyly montyly merged commit aafdf34 into dev Jun 9, 2023
47 checks passed
@montyly montyly deleted the dev-yul-functions-call branch June 9, 2023 13:26
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.

None yet

3 participants