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

Clarify use of unit ranges in multiple-bit functions #8

Merged
merged 1 commit into from
Aug 22, 2021
Merged

Clarify use of unit ranges in multiple-bit functions #8

merged 1 commit into from
Aug 22, 2021

Conversation

Borketh
Copy link
Contributor

@Borketh Borketh commented Aug 22, 2021

Resolves #7

@codecov
Copy link

codecov bot commented Aug 22, 2021

Codecov Report

Merging #8 (1048a0c) into master (253cd0b) will decrease coverage by 0.78%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
- Coverage   60.78%   60.00%   -0.79%     
==========================================
  Files           4        3       -1     
  Lines          51       50       -1     
==========================================
- Hits           31       30       -1     
  Misses         20       20              
Impacted Files Coverage Δ
src/BitOperations.jl

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 253cd0b...1048a0c. Read the comment docs.

@oschulz oschulz merged commit a7641c1 into oschulz:master Aug 22, 2021
@oschulz
Copy link
Owner

oschulz commented Aug 22, 2021

Thanks!

@oschulz
Copy link
Owner

oschulz commented Aug 22, 2021

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.

UnitRange is not entirely transparent on usage, and StepRanges don't work.
2 participants