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
We decided in the design meeting that we will implement an internal interface IOperationWithChildren that the operation visitor knows about and walks the exposed IOperationWithChildren.Children to ensure we at least get a well formed child operation tree for NYI features.
The text was updated successfully, but these errors were encountered:
mavasani
changed the title
Ensure that we get a well formed **child** IOperation tree even for bound ndoes for whom IOperation support is not yet implemented
Ensure that we get a well formed **child** IOperation tree even for bound nodes for whom IOperation support is not yet implemented
Apr 24, 2017
This is essentially implementation of #17838 (comment).
We decided in the design meeting that we will implement an internal interface
IOperationWithChildren
that the operation visitor knows about and walks the exposedIOperationWithChildren.Children
to ensure we at least get a well formed child operation tree for NYI features.The text was updated successfully, but these errors were encountered: