-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: Represent order edges in hugr-model
as metadata.
#2027
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2027 +/- ##
==========================================
- Coverage 83.09% 82.92% -0.18%
==========================================
Files 215 215
Lines 40895 41167 +272
Branches 37109 37345 +236
==========================================
+ Hits 33981 34137 +156
- Misses 5030 5132 +102
- Partials 1884 1898 +14
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:
|
CodSpeed Performance ReportMerging #2027 will not alter performanceComparing Summary
|
bca1673
to
e4363b6
Compare
This PR contains breaking changes to the public Rust API. cargo-semver-checks summary
|
cd1fef9
to
b20c170
Compare
05e3953
to
9cc1bfe
Compare
by macro generated code.
9cc1bfe
to
9ea72ac
Compare
This PR introduces metadata to encode order edges in
hugr-model
. The children of a dataflow region can be assigned a key viaorder_hint.key
metadata. Thenorder_hint.order
metadata on the dataflow region encodes order edges between keys. The PR includes the necessary import and export code inhugr-core
.