-
Notifications
You must be signed in to change notification settings - Fork 979
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
Make type information of NewArray more precise #1784
Conversation
I think this makes sense but it will need @montyly's review too. Would you make this change against |
The base branch of this PR has been made to |
@Troublor Do you mind resolving the merge conflicts please? |
# Conflicts: # tests/unit/slithir/test_ssa_generation.py
@0xalpharush Conflict fixed. |
This is a great improvement, thanks @Troublor |
Fix #1776, i.e., incorrect
array_type
inNewArray
operation.This PR also makes the
array_type
field more precise by including the length of the fixed-sized nested array.