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: No polymorphic closures #906

Merged
merged 33 commits into from
Apr 9, 2024

Update PolyFuncType-vs-FunctionType docs, in rust+py, regenerate schema

1777329
Select commit
Loading
Failed to load commit list.
Merged

feat: No polymorphic closures #906

Update PolyFuncType-vs-FunctionType docs, in rust+py, regenerate schema
1777329
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 9, 2024 in 0s

85.46% (-0.18%) compared to 100e2cc

View this Pull Request on Codecov

85.46% (-0.18%) compared to 100e2cc

Details

Codecov Report

Attention: Patch coverage is 72.38806% with 37 lines in your changes are missing coverage. Please review.

Project coverage is 85.46%. Comparing base (100e2cc) to head (1777329).

Files Patch % Lines
hugr/src/hugr/rewrite/replace.rs 0.00% 8 Missing ⚠️
hugr/src/hugr/validate.rs 75.00% 8 Missing ⚠️
hugr/src/ops/constant.rs 53.84% 5 Missing and 1 partial ⚠️
hugr/src/ops/dataflow.rs 72.22% 4 Missing and 1 partial ⚠️
hugr/src/hugr/serialize.rs 62.50% 0 Missing and 3 partials ⚠️
hugr/src/hugr/views/render.rs 78.57% 3 Missing ⚠️
hugr/src/extension.rs 50.00% 1 Missing ⚠️
hugr/src/extension/op_def.rs 0.00% 0 Missing and 1 partial ⚠️
hugr/src/types.rs 95.23% 1 Missing ⚠️
hugr/src/types/poly_func.rs 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #906      +/-   ##
==========================================
- Coverage   85.63%   85.46%   -0.18%     
==========================================
  Files          78       78              
  Lines       14444    14176     -268     
  Branches    14444    14176     -268     
==========================================
- Hits        12369    12115     -254     
+ Misses       1436     1432       -4     
+ Partials      639      629      -10     

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