-
Notifications
You must be signed in to change notification settings - Fork 135
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
Rules print values with [?key] incorrectly #77
Labels
Milestone
Comments
I think this is related to http://dev.clojure.org/jira/browse/LOGIC-118 |
danielcompton
changed the title
Update-in rule does not print key value correctly
Rules don't print values inside vectors correctly
Nov 11, 2014
Merged
danielcompton
changed the title
Rules don't print values inside vectors correctly
Rules print values with [?key] incorrectly
Nov 25, 2014
LOGIC-118 has been closed, a new core.logic release should be coming in a little bit. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recommendation:
(update-in response [?key] json/generate-string)
It appears that [?key] is a placeholder that did not resolve correctly.
The text was updated successfully, but these errors were encountered: