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

Move map up for Clojure map which is both a map and iterable. #209

Merged
merged 1 commit into from
Aug 3, 2016

Conversation

zhenlineo
Copy link
Contributor

In java, all maps are not iterable as it is undefined what to iterate so it is safe to assume nothing will be changed after this change.

In java, all maps are not iterable as it is undefined what to iterate so it is safe to assume nothing will be changed after this change.
@technige
Copy link
Contributor

technige commented Aug 3, 2016

👍

@technige technige merged commit 7fad13b into neo4j:1.0 Aug 3, 2016
@tuddman
Copy link

tuddman commented Aug 9, 2016

@zhenlineo : thanks! any reason(s) this was merged into 1.0 and not 1.1 branch? will this change be picked up in next release?

@zhenlineo
Copy link
Contributor Author

@tuddman I treat this change as a bug in the 1.0 code. Getting the change to 1.0 is also faster to have the problem fixed too.

1.1 would probably not production ready until GA, as 1.1 mainly focus on new features and might be broken here and there while we are testing on new features.

@zhenlineo zhenlineo deleted the 1.0-map-interop branch August 15, 2016 10:37
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.

3 participants