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

[select] working with a Clojure vector of bools #390

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Conversation

harold
Copy link
Contributor

@harold harold commented Jan 24, 2024

 - tests pass
 - confusing things are now possible: `(ds/select ds :all [true :true :false nil :nil 17])`
 - Fixes :#387
@cnuernber cnuernber merged commit 009702c into master Jan 25, 2024
3 checks passed
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.

Documentation and the actual behavior of select do not match.
2 participants