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

feat!: Add monomorphization pass #1733

Merged
merged 72 commits into from
Dec 12, 2024

Merge branch 'acl/monomorphize' of gh:CQCL-DEV/hugr into acl/monomorp…

ae2b850
Select commit
Loading
Failed to load commit list.
Merged

feat!: Add monomorphization pass #1733

Merge branch 'acl/monomorphize' of gh:CQCL-DEV/hugr into acl/monomorp…
ae2b850
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 12, 2024 in 1s

86.72% (+0.04%) compared to 187ea8f

View this Pull Request on Codecov

86.72% (+0.04%) compared to 187ea8f

Details

Codecov Report

Attention: Patch coverage is 90.61625% with 67 lines in your changes missing coverage. Please review.

Project coverage is 86.72%. Comparing base (187ea8f) to head (ae2b850).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
hugr-core/src/ops/dataflow.rs 55.55% 28 Missing ⚠️
hugr-passes/src/monomorphize.rs 95.91% 3 Missing and 17 partials ⚠️
hugr-core/src/ops/controlflow.rs 91.30% 10 Missing ⚠️
hugr-core/src/ops/custom.rs 72.00% 7 Missing ⚠️
hugr-core/src/types/type_param.rs 71.42% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1733      +/-   ##
==========================================
+ Coverage   86.68%   86.72%   +0.04%     
==========================================
  Files         184      186       +2     
  Lines       33169    34000     +831     
  Branches    30044    30875     +831     
==========================================
+ Hits        28752    29486     +734     
- Misses       2765     2845      +80     
- Partials     1652     1669      +17     

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