feat: Add badgerv2_unstable feature, RewriteSpace and CommitFactory
This requires https://github.com/CQCL/hugr/pull/2349 and https://github.com/CQCL/hugr/pull/2402 to be merged in, as well as a breaking hugr release before it can be merged.
Codecov Report
Attention: Patch coverage is 23.50746% with 410 lines in your changes missing coverage. Please review.
Please upload report for BASE (
lm/hugr-v21@2ac9eed). Learn more about missing BASE report.
Additional details and impacted files
@@ Coverage Diff @@
## lm/hugr-v21 #928 +/- ##
==============================================
Coverage ? 76.61%
==============================================
Files ? 98
Lines ? 11709
Branches ? 11435
==============================================
Hits ? 8971
Misses ? 2119
Partials ? 619
| Flag | Coverage Δ | |
|---|---|---|
| python | 81.75% <ø> (?) |
|
| rust | 76.49% <23.50%> (?) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
After trying out a lot of approaches, I've chosen to pull the z3 compiled libraries from the z3 GitHub release (rather than asking the user to install it system-wide, or compiling them from scratch).
This required changes to the z3-sys crate. I've created a pull request on that project to merge in these changes, but for the time being I suggest we pull z3 from my fork.
z3-sys pull request: https://github.com/prove-rs/z3.rs/pull/352 z3 releases: https://github.com/Z3Prover/z3/releases