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

AVM: Don't treat any as constant int in loads, stores #5884

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

jannotti
Copy link
Contributor

When deciding how to propagate type into in loads and stores we sometimes thought we had a constant index to work with even when we didn't.

Regression unit test added.

@jannotti jannotti self-assigned this Dec 21, 2023
Copy link

codecov bot commented Dec 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (548fbb4) 55.96% compared to head (cd64d33) 55.95%.
Report is 8 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5884      +/-   ##
==========================================
- Coverage   55.96%   55.95%   -0.02%     
==========================================
  Files         477      477              
  Lines       67400    67400              
==========================================
- Hits        37720    37713       -7     
- Misses      27126    27134       +8     
+ Partials     2554     2553       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jannotti jannotti merged commit a4fcdfa into algorand:master Dec 21, 2023
18 checks passed
@jannotti jannotti deleted the type-check-fix branch December 21, 2023 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants