Skip to content

Conversation

@lmondada
Copy link
Contributor

@lmondada lmondada commented May 8, 2025

No description provided.

@lmondada lmondada requested a review from a team as a code owner May 8, 2025 15:25
@lmondada lmondada requested a review from zrho May 8, 2025 15:25
@codecov
Copy link

codecov bot commented May 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.13%. Comparing base (679390c) to head (d2d1264).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2176      +/-   ##
==========================================
+ Coverage   82.09%   82.13%   +0.03%     
==========================================
  Files         227      227              
  Lines       39802    39760      -42     
  Branches    35901    35859      -42     
==========================================
- Hits        32677    32656      -21     
+ Misses       5303     5282      -21     
  Partials     1822     1822              
Flag Coverage Δ
python 85.64% <ø> (ø)
rust 81.75% <100.00%> (+0.03%) ⬆️

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.

@lmondada lmondada requested review from aborgna-q and removed request for zrho May 9, 2025 06:53
for &child in &replace_children[2..] {

// make all (remaining) replacement top level children children of the parent
for child in h.children(new_entrypoint).collect_vec() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
for child in h.children(new_entrypoint).collect_vec() {
for child in h.children(new_entrypoint) {

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no, I've had to collect because h is mutated in the loop body

@lmondada lmondada added this pull request to the merge queue May 9, 2025
Merged via the queue into main with commit 7268b1e May 9, 2025
27 checks passed
@lmondada lmondada deleted the luca/fix-node-map-simple-replace branch May 9, 2025 10:06
This was referenced May 9, 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.

3 participants