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

fix: correct CallIndirect tag from FnCall to DataflowChild #2006

Merged
merged 3 commits into from
Mar 20, 2025

Conversation

ss2165
Copy link
Member

@ss2165 ss2165 commented Mar 19, 2025

Closes #2005

Copy link

codecov bot commented Mar 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.71%. Comparing base (6ed4ecf) to head (6b3ab4a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2006   +/-   ##
=======================================
  Coverage   83.71%   83.71%           
=======================================
  Files         209      209           
  Lines       39192    39215   +23     
  Branches    35863    35886   +23     
=======================================
+ Hits        32808    32830   +22     
- Misses       4540     4541    +1     
  Partials     1844     1844           
Flag Coverage Δ
python 92.03% <ø> (ø)
rust 82.94% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 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.

@ss2165 ss2165 force-pushed the ss/test-force-order branch from e231a97 to 6cd6728 Compare March 19, 2025 18:19
@ss2165 ss2165 changed the title test: panicking test for issue #2005 fix: correct CallIndirect tag from FnCall to DataflowChild Mar 20, 2025
@ss2165 ss2165 marked this pull request as ready for review March 20, 2025 09:33
@ss2165 ss2165 requested a review from a team as a code owner March 20, 2025 09:33
@ss2165 ss2165 requested review from cqc-alec and doug-q and removed request for cqc-alec March 20, 2025 09:33
Copy link
Collaborator

@doug-q doug-q left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will approve once you've improved the test case.

I considered whether it's worth adding tags so that call/callindirect share a "call" tag, but it doesn't seem like it. CallIndirect doesn't have to be builtin anymore I don't think?

@ss2165 ss2165 requested a review from doug-q March 20, 2025 10:22
@ss2165 ss2165 enabled auto-merge March 20, 2025 10:22
Copy link
Collaborator

@doug-q doug-q left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thank you.

@ss2165 ss2165 added this pull request to the merge queue Mar 20, 2025
Merged via the queue into main with commit a5e1881 Mar 20, 2025
25 checks passed
@ss2165 ss2165 deleted the ss/test-force-order branch March 20, 2025 10:38
@hugrbot hugrbot mentioned this pull request Mar 20, 2025
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.

Port connect panic in force_order for CallIndirect
2 participants