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: polymorphic function types (inc OpDefs) using dyn trait #630

Merged
merged 166 commits into from
Nov 8, 2023

Fix replace.rs rename instantiate_concrete -> instantiate

6a64953
Select commit
Loading
Failed to load commit list.
Merged

feat: polymorphic function types (inc OpDefs) using dyn trait #630

Fix replace.rs rename instantiate_concrete -> instantiate
6a64953
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 8, 2023 in 1s

81.23% (+0.69%) compared to 250f221

View this Pull Request on Codecov

81.23% (+0.69%) compared to 250f221

Details

Codecov Report

Merging #630 (6a64953) into main (250f221) will increase coverage by 0.69%.
The diff coverage is 87.86%.

@@            Coverage Diff             @@
##             main     #630      +/-   ##
==========================================
+ Coverage   80.53%   81.23%   +0.69%     
==========================================
  Files          66       67       +1     
  Lines       12198    12947     +749     
  Branches    12198    12947     +749     
==========================================
+ Hits         9824    10517     +693     
- Misses       1650     1665      +15     
- Partials      724      765      +41     
Files Coverage Δ
src/extension/prelude.rs 85.93% <100.00%> (ø)
src/extension/type_def.rs 87.09% <100.00%> (-0.60%) ⬇️
src/hugr/rewrite/replace.rs 82.60% <100.00%> (ø)
src/std_extensions/quantum.rs 70.15% <100.00%> (ø)
src/types/check.rs 70.73% <100.00%> (ø)
src/types/custom.rs 89.74% <100.00%> (+6.10%) ⬆️
src/types/signature.rs 93.71% <100.00%> (+0.80%) ⬆️
src/std_extensions/collections.rs 90.20% <88.88%> (+0.35%) ⬆️
src/types/primitive.rs 62.50% <0.00%> (-8.93%) ⬇️
src/types.rs 93.84% <96.55%> (+0.60%) ⬆️
... and 7 more

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!