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 bind-query to work with MapEntry #900

Closed
wants to merge 1 commit into from

Conversation

thomasmulvaney
Copy link

This patch fixes om.next under recent versions of ClojureScript which use MapEntry rather than PersistentVector for map entries.

I've tested it under the 1.10.126 and 1.9.908 with the boot test suite and a om.next project.

The patch uses vector? rather than map-entry? which would have made the intentions clearer but is not available in older versions of CLJS where as this patch should be backwards compatible.

@thomasmulvaney
Copy link
Author

This patch attempts to address #901

@thomasmulvaney
Copy link
Author

Fixed on master (cb4c439)

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.

1 participant