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: edge cases in safepow #2983

Merged
merged 6 commits into from
Jul 26, 2022
Merged

Conversation

charles-cooper
Copy link
Member

@charles-cooper charles-cooper commented Jul 25, 2022

What I did

fix #2984, #2986, #2987, #2989

How I did it

How to verify it

Commit message

Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)

Description for the changelog

Cute Animal Picture

image

@codecov-commenter
Copy link

codecov-commenter commented Jul 25, 2022

Codecov Report

Merging #2983 (bc8b00b) into master (be2c59a) will increase coverage by 0.10%.
The diff coverage is 89.47%.

@@            Coverage Diff             @@
##           master    #2983      +/-   ##
==========================================
+ Coverage   88.01%   88.11%   +0.10%     
==========================================
  Files          97       97              
  Lines       10868    10886      +18     
  Branches     2572     2578       +6     
==========================================
+ Hits         9565     9592      +27     
+ Misses        844      838       -6     
+ Partials      459      456       -3     
Impacted Files Coverage Δ
vyper/codegen/arithmetic.py 77.01% <89.47%> (+1.25%) ⬆️
vyper/codegen/core.py 84.99% <0.00%> (+0.08%) ⬆️
vyper/ir/optimizer.py 97.86% <0.00%> (+2.83%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us.

@charles-cooper charles-cooper marked this pull request as ready for review July 25, 2022 21:58
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.

CompilerPanic when raising uint256 to 0 or 1
3 participants