Skip to content

Fix negative shift amount during prefix usage calc#114

Merged
majst01 merged 2 commits intomasterfrom
fix-for-negative-shift-amount
Apr 19, 2023
Merged

Fix negative shift amount during prefix usage calc#114
majst01 merged 2 commits intomasterfrom
fix-for-negative-shift-amount

Conversation

@majst01
Copy link
Copy Markdown
Contributor

@majst01 majst01 commented Apr 19, 2023

closes #112

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #114 (7625755) into master (d01b55e) will increase coverage by 0.07%.
The diff coverage is 100.00%.

❗ Current head 7625755 differs from pull request most recent head 57348ba. Consider uploading reports for the commit 57348ba to get more accurate results

📣 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     #114      +/-   ##
==========================================
+ Coverage   65.12%   65.19%   +0.07%     
==========================================
  Files          10       10              
  Lines        1491     1494       +3     
==========================================
+ Hits          971      974       +3     
  Misses        334      334              
  Partials      186      186              
Impacted Files Coverage Δ
prefix.go 80.04% <100.00%> (+0.63%) ⬆️

... and 1 file with indirect coverage changes

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

@majst01 majst01 merged commit df57e6c into master Apr 19, 2023
@majst01 majst01 deleted the fix-for-negative-shift-amount branch April 19, 2023 14:02
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.

Calling Prefix.Usage() on a child prefixes with mask size 31 or 32 panics with "negative shift amount"

3 participants