guppylang
guppylang copied to clipboard
fix: Fix calls with comptime args inside comptime functions
Fixes #1359
Bencher Report
| Branch | fix/comptime-args-call |
| Testbed | Linux |
Click to view all benchmark results
Bencher Report
| Branch | fix/comptime-args-call |
| Testbed | Linux |
Click to view all benchmark results
| Benchmark | hugr_bytes | Benchmark Result bytes x 1e3 (Result Δ%) | Upper Boundary bytes x 1e3 (Limit %) | hugr_nodes | Benchmark Result nodes (Result Δ%) | Upper Boundary nodes (Limit %) |
|---|---|---|---|---|---|---|
| tests/benchmarks/test_big_array.py::test_big_array_compile | 📈 view plot 🚷 view threshold | 143.67 x 1e3(0.00%)Baseline: 143.67 x 1e3 | 145.10 x 1e3 (99.01%) | 📈 view plot 🚷 view threshold | 6,590.00(0.00%)Baseline: 6,590.00 | 6,655.90 (99.01%) |
| tests/benchmarks/test_ctrl_flow.py::test_many_ctrl_flow_compile | 📈 view plot 🚷 view threshold | 21.64 x 1e3(0.00%)Baseline: 21.64 x 1e3 | 21.86 x 1e3 (99.01%) | 📈 view plot 🚷 view threshold | 606.00(0.00%)Baseline: 606.00 | 612.06 (99.01%) |
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 93.50%. Comparing base (cdc5c68) to head (517dddf).
Additional details and impacted files
@@ Coverage Diff @@
## main #1360 +/- ##
=======================================
Coverage 93.50% 93.50%
=======================================
Files 125 125
Lines 11280 11282 +2
=======================================
+ Hits 10547 10549 +2
Misses 733 733
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.