Skip to content

fix: Add debug info to nested function definitions - #2112

Merged
tatiana-s merged 2 commits into
mainfrom
ts/di-nested-fix
Jul 29, 2026
Merged

fix: Add debug info to nested function definitions#2112
tatiana-s merged 2 commits into
mainfrom
ts/di-nested-fix

Conversation

@tatiana-s

Copy link
Copy Markdown
Contributor

Closes #1608

@tatiana-s
tatiana-s requested a review from a team as a code owner July 29, 2026 11:51
@tatiana-s
tatiana-s requested a review from cqc-alec July 29, 2026 11:51
@github-actions

Copy link
Copy Markdown
Contributor

🐰 Bencher Report

Projectguppylang
Branchts/di-nested-fix
TestbedLinux
Click to view all benchmark results
Benchmarkhugr_bytesBenchmark Result
bytes x 1e3
(Result Δ%)
Upper Boundary
bytes x 1e3
(Limit %)
hugr_nodesBenchmark Result
nodes
(Result Δ%)
Upper Boundary
nodes
(Limit %)
tests/benchmarks/test_big_array.py::test_big_array_compile📈 view plot
🚷 view threshold
66.41 x 1e3
(0.00%)Baseline: 66.41 x 1e3
67.07 x 1e3
(99.01%)
📈 view plot
🚷 view threshold
4,595.00
(0.00%)Baseline: 4,595.00
4,640.95
(99.01%)
tests/benchmarks/test_ctrl_flow.py::test_many_ctrl_flow_compile📈 view plot
🚷 view threshold
28.77 x 1e3
(-0.03%)Baseline: 28.78 x 1e3
29.06 x 1e3
(98.98%)
📈 view plot
🚷 view threshold
1,301.00
(0.00%)Baseline: 1,301.00
1,314.01
(99.01%)
tests/benchmarks/test_queue_push_pop.py::test_queue_push_benchmark_compile📈 view plot
🚷 view threshold
7.84 x 1e3
(0.00%)Baseline: 7.84 x 1e3
7.92 x 1e3
(99.01%)
📈 view plot
🚷 view threshold
310.00
(0.00%)Baseline: 310.00
313.10
(99.01%)
tests/benchmarks/test_queue_push_pop.py::test_queue_push_pop_benchmark_compile📈 view plot
🚷 view threshold
10.77 x 1e3
(0.00%)Baseline: 10.77 x 1e3
10.88 x 1e3
(99.01%)
📈 view plot
🚷 view threshold
411.00
(0.00%)Baseline: 411.00
415.11
(99.01%)
🐰 View full continuous benchmarking report in Bencher

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.28%. Comparing base (7ce4321) to head (4439be2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2112   +/-   ##
=======================================
  Coverage   93.27%   93.28%           
=======================================
  Files         154      154           
  Lines       14818    14823    +5     
=======================================
+ Hits        13822    13827    +5     
  Misses        996      996           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codspeed-hq

codspeed-hq Bot commented Jul 29, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 11 untouched benchmarks


Comparing ts/di-nested-fix (4439be2) with main (7ce4321)

Open in CodSpeed

@tatiana-s
tatiana-s added this pull request to the merge queue Jul 29, 2026
Merged via the queue into main with commit 2bca2da Jul 29, 2026
13 checks passed
@tatiana-s
tatiana-s deleted the ts/di-nested-fix branch July 29, 2026 13:50
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.

Support subprogram debug info on nested functions

3 participants