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

Allow operations that look like logic vars (e.g. !count) to be used without namespace #281

Merged
merged 1 commit into from
May 15, 2015

Conversation

ipostelnik
Copy link
Contributor

with-logic-vars aggressively rebinds logic var looking symbols to strings. This makes it impossible to use operations that start with ! or ? in the query. I have a whole library of nil-friendly operations modeled after ops/!count that doesn't work because of this. In fact, you can't use !count without namespace either.

@sritchie
Copy link
Collaborator

Looks good to me! Nice catch.

sritchie added a commit that referenced this pull request May 15, 2015
Allow operations that look like logic vars (e.g. !count) to be used without namespace
@sritchie sritchie merged commit 98125cc into nathanmarz:develop May 15, 2015
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.

2 participants