-
Notifications
You must be signed in to change notification settings - Fork 8
feat(hugr-passes)!: Add UnNonLocalPass
#1912
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
base: main
Are you sure you want to change the base?
Conversation
UnNonLocalPass
UnNonLocalPass
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1912 +/- ##
==========================================
+ Coverage 82.00% 82.26% +0.26%
==========================================
Files 234 234
Lines 41618 42308 +690
Branches 37532 38221 +689
==========================================
+ Hits 34127 34804 +677
- Misses 5518 5527 +9
- Partials 1973 1977 +4
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
|
…2018) * Does not handle nonlocal edges. This is much more involved, not part of this PR. I note #1912 * handlers for arrays follow in #2023 BREAKING CHANGE: `OpReplacement` renamed to `NodeTemplate`. Note this is *not* a breaking change if this PR goes in the same release as #1989 (which introduced `OpReplacement`) --------- Co-authored-by: Douglas Wilson <[email protected]>
BREAKING CHANGE: TODO deets, changed NonLocalEdgesError
closes #1234