Skip to content

Conversation

@G-Rath
Copy link
Contributor

@G-Rath G-Rath commented Jul 21, 2025

References

Backports #8430 and #8431

const needPrune = metaFromDisk && (mutateTree || flagsSuspect)
if (this.#prune && needPrune) {
this.#idealTreePrune()
for (const node of this.idealTree.inventory.values()) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

note: I snuck #8430 in because I feel otherwise technically I should apply the fix to this loop too as they're the same, and technically this loop has a performance cost so removing it is a little nicer

@G-Rath G-Rath force-pushed the v10-backport branch 2 times, most recently from 2a6d010 to b8e5662 Compare September 9, 2025 19:41
@G-Rath G-Rath marked this pull request as ready for review September 10, 2025 19:08
@G-Rath G-Rath requested a review from a team as a code owner September 10, 2025 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant