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: disable uadd operator #3174

Merged
merged 2 commits into from
Dec 7, 2022
Merged

Conversation

charles-cooper
Copy link
Member

it should have been disabled, but there was some code which was never removed which bypassed the check.

What I did

fix #3173

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-->

it should have been disabled, but there was some code which was never
removed which bypassed the check.
@codecov-commenter
Copy link

codecov-commenter commented Dec 7, 2022

Codecov Report

Merging #3174 (6d200d8) into master (046ea16) will increase coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3174      +/-   ##
==========================================
+ Coverage   88.48%   88.51%   +0.03%     
==========================================
  Files          85       85              
  Lines       10756    10754       -2     
  Branches     2286     2285       -1     
==========================================
+ Hits         9517     9519       +2     
+ Misses        789      787       -2     
+ Partials      450      448       -2     
Impacted Files Coverage Δ
vyper/ast/annotation.py 96.06% <ø> (+1.48%) ⬆️
vyper/ast/nodes.py 94.16% <0.00%> (+0.32%) ⬆️

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

@charles-cooper charles-cooper merged commit e60b021 into vyperlang:master Dec 7, 2022
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.

Disallow ++a unary operations
3 participants