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 type checking of literal list elements + some renaming #7992

Merged
merged 4 commits into from Sep 23, 2016

Conversation

boggle
Copy link
Member

@boggle boggle commented Sep 21, 2016

changelog: Fix type checking bugs related to mixed-type literal lists

Revert all `ANY`-type changed functions to use `SimpleTyping` mixin.

Type bugs related to functions not accepting `ANY`-typed values was previously wrongly
blamed on function type checking bugs. It turns out that the bug actually existed in the
calculation of the element type of literal lists. This commit fixes that bug.
@boggle boggle merged commit f3746e7 into neo4j:3.0 Sep 23, 2016
@boggle boggle deleted the 3.0-type-checking branch September 23, 2016 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants