-
-
Notifications
You must be signed in to change notification settings - Fork 795
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[lang]: fix certain varinfo comparisons #4164
Merged
charles-cooper
merged 8 commits into
vyperlang:master
from
charles-cooper:fix/varinfo-compare
Aug 7, 2024
Merged
fix[lang]: fix certain varinfo comparisons #4164
charles-cooper
merged 8 commits into
vyperlang:master
from
charles-cooper:fix/varinfo-compare
Aug 7, 2024
Commits on Jun 22, 2024
-
fix[lang]: fix varinfo comparison
for `VarInfo`s which are declared in memory, the `VarInfo` initialization is missing `decl_node` and therefore different variables with the same type get detected as overlapping in loop iterator modification detection. this commit properly initializes the `VarInfo`s in memory.
Configuration menu - View commit details
-
Copy full SHA for 45d2c48 - Browse repository at this point
Copy the full SHA 45d2c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7779b6a - Browse repository at this point
Copy the full SHA 7779b6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09dd1a3 - Browse repository at this point
Copy the full SHA 09dd1a3View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 562183a - Browse repository at this point
Copy the full SHA 562183aView commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d31ab50 - Browse repository at this point
Copy the full SHA d31ab50View commit details -
Merge pull request #42 from cyberthirst/fix/varinfo-compare
fix test for rw analysis for AnAssign nodes
Configuration menu - View commit details
-
Copy full SHA for 0bd0709 - Browse repository at this point
Copy the full SHA 0bd0709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fb4670 - Browse repository at this point
Copy the full SHA 9fb4670View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec697b8 - Browse repository at this point
Copy the full SHA ec697b8View commit details
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.