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

BUG: Fix bug identified in uint8 and uint16 implementations of Lemire #187

Merged
merged 1 commit into from
Oct 25, 2019

Conversation

bashtage
Copy link
Owner

Avoid upcasting when negating small unsigned values

Avoid upcasting when negating small unsigned values
@codecov
Copy link

codecov bot commented Oct 25, 2019

Codecov Report

Merging #187 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #187   +/-   ##
=======================================
  Coverage   95.03%   95.03%           
=======================================
  Files          37       37           
  Lines       10200    10200           
  Branches      154      154           
=======================================
  Hits         9694     9694           
  Misses        482      482           
  Partials       24       24
Impacted Files Coverage Δ
randomgen/tests/test_final_release_changes.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 366dfc9...331774f. Read the comment docs.

@bashtage bashtage merged commit 0bbfec5 into master Oct 25, 2019
@bashtage bashtage deleted the lemire-fix branch October 25, 2019 12:51
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.

None yet

1 participant