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

Add creation of SomeBV from runtime bit-width #168

Merged
merged 4 commits into from Feb 15, 2024

Conversation

lsrcz
Copy link
Owner

@lsrcz lsrcz commented Feb 15, 2024

This pull request adds the creation of SomeIntN, SomeWordN, SomeSymIntN and SomeSymWordN from runtime bit-width, resolves #166.

> bv 12 21 :: SymWordN
0x015

Copy link

codecov bot commented Feb 15, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (94b8e4b) 53.05% compared to head (d022021) 53.28%.

Files Patch % Lines
src/Grisette/Core/Data/BV.hs 75.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #168      +/-   ##
==========================================
+ Coverage   53.05%   53.28%   +0.23%     
==========================================
  Files          66       66              
  Lines        5834     5848      +14     
  Branches      447      455       +8     
==========================================
+ Hits         3095     3116      +21     
+ Misses       2292     2277      -15     
- Partials      447      455       +8     

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

@lsrcz lsrcz merged commit bf8f921 into main Feb 15, 2024
20 checks passed
@lsrcz lsrcz deleted the create-bv-from-runtime-number branch February 17, 2024 03:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support creating SomeBV from runtime bit-widths.
1 participant