-
Notifications
You must be signed in to change notification settings - Fork 23
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
Subprocess fails on compojure #12
Comments
Unlike jonase/eastwood#88, this looks like a legitimate warning, not an exception. |
The “subprocess failed” part? |
The "subprocess failed" part is because lein-bikeshed calls |
I just fixed the problems identified by bikeshed. Now it reports this error. Strange. Checking for arguments colliding with clojure.core functions.
Subprocess failed |
It sounds like it's because you have some arguments colliding with core function names. But it's a bit weird that there is no other output than that |
Yeah, it should have output similar to:
I'll see if I can reproduce it on compojure, @xpe do you have a particular SHA that it reproduces with? |
Was there any more info on this? I'm seeing same error, but no compojure (though library does use core.async). Rest of output shows nothing concerning (except low docstring %!). |
Leiningen 2.4, OS X Yosemite, compojure is latest master.
cc @weavejester
The text was updated successfully, but these errors were encountered: