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 on demand unified interfaces and support for uninterpreted functions #250

Merged
merged 5 commits into from
Aug 17, 2024

Conversation

lsrcz
Copy link
Owner

@lsrcz lsrcz commented Aug 16, 2024

This pull request adds support for unified interfaces and uninterpreted functions.

The EvalMode was renamed to EvalModeAll. Also, we provide genEvalMode to generate custom EvalMode constraints, which may support uninterpreted functions.

@lsrcz lsrcz force-pushed the feat-unified-on-demand branch 4 times, most recently from 110be1b to 5af8a9c Compare August 16, 2024 23:32
@lsrcz lsrcz merged commit 73f625a into main Aug 17, 2024
18 checks passed
Copy link

codecov bot commented Aug 17, 2024

Codecov Report

Attention: Patch coverage is 0.54645% with 182 lines in your changes missing coverage. Please review.

Project coverage is 52.56%. Comparing base (7dff523) to head (1e2ab31).
Report is 5 commits behind head on main.

Files Patch % Lines
src/Grisette/Unified/Internal/UnifiedFun.hs 0.00% 123 Missing ⚠️
src/Grisette/Unified/Internal/EvalMode.hs 0.00% 42 Missing ⚠️
src/Grisette/Internal/Core/Data/Class/PPrint.hs 0.00% 4 Missing ⚠️
src/Grisette/Unified/Internal/Theories.hs 0.00% 3 Missing ⚠️
src/Grisette/Internal/Core/Data/Class/Function.hs 0.00% 2 Missing ⚠️
src/Grisette/Internal/SymPrim/BV.hs 0.00% 2 Missing ⚠️
src/Grisette/Internal/SymPrim/FP.hs 0.00% 2 Missing ⚠️
src/Grisette/Internal/Core/Data/Class/ToSym.hs 50.00% 1 Missing ⚠️
src/Grisette/Internal/SymPrim/AlgReal.hs 0.00% 1 Missing ⚠️
src/Grisette/Internal/SymPrim/GeneralFun.hs 0.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #250      +/-   ##
==========================================
- Coverage   53.50%   52.56%   -0.95%     
==========================================
  Files         117      120       +3     
  Lines        9980    10163     +183     
  Branches      941      942       +1     
==========================================
+ Hits         5340     5342       +2     
- Misses       3699     3879     +180     
- Partials      941      942       +1     

☔ 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