-
Notifications
You must be signed in to change notification settings - Fork 8
feat!: Removed model_unstable
feature flag.
#2113
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
Conversation
model_unstable
feature flag.model_unstable
feature flag.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2113 +/- ##
==========================================
+ Coverage 83.08% 84.58% +1.49%
==========================================
Files 219 221 +2
Lines 41886 45344 +3458
Branches 37961 41287 +3326
==========================================
+ Hits 34803 38356 +3553
+ Misses 5278 5254 -24
+ Partials 1805 1734 -71
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR contains breaking changes to the public Rust API. cargo-semver-checks summary
|
model_unstable
feature flag.model_unstable
feature flag.
Please update the release group in Lines 66 to 67 in 2222b8c
|
Note: The change has been reverted from |
Re-created from #2113, targeting the release branch instead. BREAKING CHANGE: Downstream crates need to remove the model_unstable feature flag when referencing hugr or hugr-core. --------- Co-authored-by: Lukas Heidemann <[email protected]>
This PR removes the
model_unstable
feature flag across the repository. Closes #2104.BREAKING CHANGE: Downstream crates need to remove the
model_unstable
feature flag when referencinghugr
orhugr-core
.