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 generated arglists #851

Closed
wants to merge 1 commit into from
Closed

Conversation

mattrjacobs
Copy link
Contributor

This is a fix for issue #831 (#831) which
is a blocker for http://dev.clojure.org/jira/browse/CLJ-1232. Instead of generating
:arglists as (list (quote [..])), generate (quote ([..])). Tests still
pass and (doc command) works as intended. I have not directly tested
this with Clojure patched with CLJ-1232.

This is a fix for issue Netflix#831 (Netflix#831) which
is a blocker for http://dev.clojure.org/jira/browse/CLJ-1232. Instead of generating
:arglists as (list (quote [..])*), generate (quote ([..]*)). Tests still
pass and (doc command) works as intended. I have not directly tested
this with Clojure patched with CLJ-1232.
@cloudbees-pull-request-builder

NetflixOSS » Hystrix » Hystrix-pull-requests #153 FAILURE
Looks like there's a problem with this pull request

@mattrjacobs
Copy link
Contributor Author

Closing in favor of #852

@mattrjacobs mattrjacobs closed this Aug 6, 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.

3 participants