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
Implementation of the DerefDescendantExpr currently is a copy of an old version of the DerefExpr, which drilled down into arrays and lookups the right operand for the objects in this array. Now the semantics for ->>foobar should be that it drills down into objects as well and to find values of objects, which have a foobar field in a predorder traversal.
The text was updated successfully, but these errors were encountered:
Implementation of the
DerefDescendantExpr
currently is a copy of an old version of theDerefExpr
, which drilled down into arrays and lookups the right operand for the objects in this array. Now the semantics for->>foobar
should be that it drills down into objects as well and to find values of objects, which have a foobar field in a predorder traversal.The text was updated successfully, but these errors were encountered: