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

Fix conditional expression handling entity equality visitor #16351

Merged
merged 1 commit into from
Jun 28, 2019

Conversation

roji
Copy link
Member

@roji roji commented Jun 28, 2019

This was quite silly...

Fixes #16335

Copy link
Member

@smitpatel smitpatel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There there

@roji
Copy link
Member Author

roji commented Jun 28, 2019

BTW thought about having a visitor go over the tree after entity equality to make sure no nodes leak (like this case), to run only in DEBUG, but that still slows down all our tests.

@roji roji merged commit b7b3bc4 into master Jun 28, 2019
@ghost ghost deleted the WhereWithTypeCheck branch June 28, 2019 23:00
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.

Query: conditional operator with type check throws InvalidOperationException
2 participants