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: error messages on some safemath operations #3343

Merged

Conversation

charles-cooper
Copy link
Member

What I did

for some reason, safediv and safemul were switched

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

Put a link to a cute animal picture inside the parenthesis-->

for some reason, safediv and safemul were switched
@charles-cooper charles-cooper enabled auto-merge (squash) April 7, 2023 16:36
@codecov-commenter
Copy link

codecov-commenter commented Apr 7, 2023

Codecov Report

Merging #3343 (f45ecad) into master (e95ae6f) will decrease coverage by 0.28%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master    #3343      +/-   ##
==========================================
- Coverage   88.95%   88.67%   -0.28%     
==========================================
  Files          84       84              
  Lines       10602    10608       +6     
  Branches     2213     2214       +1     
==========================================
- Hits         9431     9407      -24     
- Misses        767      798      +31     
+ Partials      404      403       -1     
Impacted Files Coverage Δ
vyper/codegen/arithmetic.py 74.52% <100.00%> (-11.47%) ⬇️

... and 4 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@charles-cooper charles-cooper merged commit 11a78eb into vyperlang:master Apr 7, 2023
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.

3 participants