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

false values in data set not resolving to lVar #13

Open
karlmikko opened this issue Jan 17, 2017 · 0 comments
Open

false values in data set not resolving to lVar #13

karlmikko opened this issue Jan 17, 2017 · 0 comments

Comments

@karlmikko
Copy link

If a data set contains leaf values of false odin returns a LVar instead of false.

(set (o/for-query (d/query [1 2 3 false] ?path _ ?val) ?val))
;;=>#{1 3 LVar@991888756 2}
karlmikko added a commit to karlmikko/odin that referenced this issue Jan 17, 2017
+ add gitignore
+ fix a few tests that weren't comparing the output
karlmikko added a commit to karlmikko/odin that referenced this issue Jan 17, 2017
karlmikko added a commit to karlmikko/odin that referenced this issue Jan 17, 2017
karlmikko added a commit to karlmikko/odin that referenced this issue Jan 17, 2017
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

No branches or pull requests

1 participant