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

Allow literal bvs to be used under conditionals #261

Merged
merged 3 commits into from
Nov 9, 2024

Conversation

lsrcz
Copy link
Owner

@lsrcz lsrcz commented Nov 9, 2024

This pull request allows the following code to work:

symIte "cond" 1 2 :: SomeSymWordN

The result will be in the state where the bit width is undetermined. It will be assigned a bit width when further used with other bit vectors that have a bit width.

@lsrcz lsrcz self-assigned this Nov 9, 2024
@lsrcz lsrcz merged commit 6dd4e9b into main Nov 9, 2024
3 checks passed
Copy link

codecov bot commented Nov 9, 2024

Codecov Report

Attention: Patch coverage is 31.29771% with 90 lines in your changes missing coverage. Please review.

Project coverage is 54.66%. Comparing base (9413cac) to head (6d6c1d7).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
src/Grisette/Internal/SymPrim/SomeBV.hs 31.29% 89 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #261      +/-   ##
==========================================
- Coverage   54.94%   54.66%   -0.28%     
==========================================
  Files         121      121              
  Lines       12806    12914     +108     
  Branches      906      908       +2     
==========================================
+ Hits         7036     7060      +24     
- Misses       4864     4946      +82     
- Partials      906      908       +2     

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

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.

1 participant