Skip to content
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

Merged
merged 4 commits into from
Dec 18, 2024
Merged

chore: use MonomorphizationPass #732

merged 4 commits into from
Dec 18, 2024

Conversation

ss2165
Copy link
Member

@ss2165 ss2165 commented Dec 18, 2024

No description provided.

@ss2165 ss2165 requested a review from a team as a code owner December 18, 2024 14:30
@ss2165 ss2165 requested a review from doug-q December 18, 2024 14:30
@@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// An error from the component [MoomorphizePass] pass.
/// An error from the component [MonomorphizePass] pass.

@@ -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),
Copy link
Contributor

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.

Copy link
Contributor

@doug-q doug-q left a 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

@ss2165 ss2165 requested a review from doug-q December 18, 2024 14:38
Copy link

codecov bot commented Dec 18, 2024

Codecov Report

Attention: Patch coverage is 80.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 82.67%. Comparing base (aafd73c) to head (2938c30).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
tket2-hseries/src/lib.rs 80.00% 0 Missing and 1 partial ⚠️
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     
Flag Coverage Δ
python 82.42% <ø> (ø)
rust 82.68% <80.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ss2165 ss2165 added this pull request to the merge queue Dec 18, 2024
Merged via the queue into main with commit d581a8c Dec 18, 2024
17 checks passed
@ss2165 ss2165 deleted the ss/hugr-bump branch December 18, 2024 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants