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

bugfix: Don't assume outer deref when fetching integer values from references #1732

Merged
merged 12 commits into from
Apr 26, 2024

Merge branch 'main' into get-integer-from-var-name-no-outer-defer

3e48bb8
Select commit
Loading
Failed to load commit list.
Merged

bugfix: Don't assume outer deref when fetching integer values from references #1732

Merge branch 'main' into get-integer-from-var-name-no-outer-defer
3e48bb8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 26, 2024 in 1s

94.82% (+0.01%) compared to c5839fd

View this Pull Request on Codecov

94.82% (+0.01%) compared to c5839fd

Details

Codecov Report

Attention: Patch coverage is 96.87500% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 94.82%. Comparing base (c5839fd) to head (3e48bb8).

Files Patch % Lines
vm/src/hint_processor/hint_processor_utils.rs 96.84% 3 Missing ⚠️
...int_processor/builtin_hint_processor/hint_utils.rs 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1732      +/-   ##
==========================================
+ Coverage   94.80%   94.82%   +0.01%     
==========================================
  Files         101      101              
  Lines       38719    38712       -7     
==========================================
+ Hits        36709    36710       +1     
+ Misses       2010     2002       -8     

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