Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that we get a well formed **child** IOperation tree even for bound nodes for whom IOperation support is not yet implemented #18968

Closed
mavasani opened this issue Apr 24, 2017 · 1 comment
Assignees
Milestone

Comments

@mavasani
Copy link
Contributor

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 exposed IOperationWithChildren.Children to ensure we at least get a well formed child operation tree for NYI features.

@mavasani mavasani added this to the 15.3 milestone Apr 24, 2017
@mavasani mavasani self-assigned this Apr 24, 2017
@mavasani 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
@mavasani
Copy link
Contributor Author

Tracked by #8884

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant