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

Huge refactoring to make module structures clearer #146

Merged
merged 23 commits into from
Oct 26, 2023

Conversation

lsrcz
Copy link
Owner

@lsrcz lsrcz commented Oct 25, 2023

This pull request will be a huge refactoring to make module structures clearer and try to remove most hs-boot files and SOURCE imports.

We removed the SymBoolOp and SymIntegerOp. These type classes and constraints are obsolete, not used, and will cause more cyclic dependencies. We also moved some instances for symbolic primitives and UnionM. This reduces the number of .hs-boot files needed.

@codecov
Copy link

codecov bot commented Oct 25, 2023

Codecov Report

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

Files Coverage Δ
src/Grisette/Backend/SBV/Data/SMT/Solving.hs 45.08% <ø> (ø)
src/Grisette/Core/Control/Exception.hs 0.00% <ø> (-80.00%) ⬇️
src/Grisette/Core/Control/Monad/UnionM.hs 66.66% <ø> (-2.92%) ⬇️
src/Grisette/Core/Data/Class/CEGISSolver.hs 41.93% <ø> (ø)
src/Grisette/Core/Data/Class/LogicalOp.hs 100.00% <100.00%> (ø)
src/Grisette/Core/Data/Class/SimpleMergeable.hs 64.84% <100.00%> (+0.21%) ⬆️
src/Grisette/Core/Data/Class/Solvable.hs 50.00% <ø> (ø)
src/Grisette/Core/Data/Class/Solver.hs 0.00% <ø> (ø)
src/Grisette/Core/Data/Union.hs 51.16% <ø> (ø)
src/Grisette/IR/SymPrim/Data/Prim/Model.hs 51.47% <ø> (+0.25%) ⬆️
... and 15 more

... and 3 files with indirect coverage changes

📢 Thoughts on this report? Let us know!.

@lsrcz lsrcz merged commit 8b26cbd into main Oct 26, 2023
35 of 36 checks passed
@lsrcz lsrcz deleted the refactor-cyclic-dependency branch February 17, 2024 03:54
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.

None yet

1 participant