-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore: use MonomorphizationPass #732
Conversation
tket2-hseries/src/lib.rs
Outdated
@@ -61,21 +61,16 @@ pub enum QSystemPassError { | |||
LowerTk2Error(LowerTk2Error), | |||
/// An error from the component [ConstantFoldPass] pass. | |||
ConstantFoldError(ConstFoldError), | |||
/// An error from the component [MoomorphizePass] pass. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/// An error from the component [MoomorphizePass] pass. | |
/// An error from the component [MonomorphizePass] pass. |
tket2-hseries/src/lib.rs
Outdated
@@ -61,21 +61,16 @@ pub enum QSystemPassError { | |||
LowerTk2Error(LowerTk2Error), | |||
/// An error from the component [ConstantFoldPass] pass. | |||
ConstantFoldError(ConstFoldError), | |||
/// An error from the component [MoomorphizePass] pass. | |||
MonomorphizeError(hugr::algorithms::MonomorphizeError), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's inconsistent with the above to qualify this here. It's Ok if you prefer it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hugr is released now, no need for the pins
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #732 +/- ##
==========================================
- Coverage 82.68% 82.67% -0.01%
==========================================
Files 62 62
Lines 7231 7234 +3
Branches 6975 6978 +3
==========================================
+ Hits 5979 5981 +2
Misses 880 880
- Partials 372 373 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
No description provided.