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 unaryOp prec #280

Merged
merged 3 commits into from
Oct 7, 2023
Merged

fix unaryOp prec #280

merged 3 commits into from
Oct 7, 2023

Conversation

visualfc
Copy link
Member

@visualfc visualfc commented Oct 7, 2023

fix bug: ^uint8(0) => -1 ( not 255 )

@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (48ab293) 94.65% compared to head (c07a252) 94.66%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #280   +/-   ##
=======================================
  Coverage   94.65%   94.66%           
=======================================
  Files          15       15           
  Lines        6455     6467   +12     
=======================================
+ Hits         6110     6122   +12     
  Misses        277      277           
  Partials       68       68           
Files Coverage Δ
ast.go 96.30% <100.00%> (+0.04%) ⬆️

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

@xushiwei xushiwei merged commit 6d42b99 into goplus:main Oct 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.

2 participants