You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ContextBuilder: sort resolved_property_defs entries by path
_get_descendants uses a stack (LIFO), so siblings were returned in
reverse insertion order (h, g, f, e...). Sort each def's entry list
by path — with numeric segments compared as integers — so branches
always appear in ascending index order (a, b, c...).
0 commit comments