Skip to content

Return contained operations/resources in order#2746

Merged
JordonPhillips merged 2 commits intomainfrom
tree-operations
Oct 27, 2025
Merged

Return contained operations/resources in order#2746
JordonPhillips merged 2 commits intomainfrom
tree-operations

Conversation

@JordonPhillips
Copy link
Contributor

@JordonPhillips JordonPhillips commented Aug 18, 2025

This updates the results of TopDownIndex to be in modeled order. Previously the resuls were being sorted. This problem extended to the Walker, which was returning shapes in reverse order.

This fixes #2699

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@JordonPhillips JordonPhillips force-pushed the tree-operations branch 2 times, most recently from 183045b to ddcf972 Compare October 23, 2025 09:30
This updates the results of TopDownIndex to be in modeled order.
Previously the resuls were being sorted. This problem extended to
the Walker, which was returning shapes in reverse order.
@JordonPhillips JordonPhillips marked this pull request as ready for review October 23, 2025 15:51
@JordonPhillips JordonPhillips requested a review from a team as a code owner October 23, 2025 15:51
Co-authored-by: Kevin Stich <kevin@kstich.com>
@JordonPhillips JordonPhillips merged commit 5d939c5 into main Oct 27, 2025
12 checks passed
@JordonPhillips JordonPhillips deleted the tree-operations branch October 27, 2025 11:06
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.

TopDownIndex doesn't retain order of operations

2 participants