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

Clojure.Compile treats compile path of "." as the Clojure install path #55

Open
nealgroothuis-zz opened this issue May 16, 2012 · 1 comment

Comments

@nealgroothuis-zz
Copy link

I'm running ClojureCLR 1.3.0, the current release version.

When I run Clojure.Compile.exe on a .clj file in the current directory, it claims that it is "Compiling program to .", but no assemblies appear. After a bit of searching, I discovered that the output assemblies are being dropped into the directory containing Clojure.Compile.exe!

@nealgroothuis-zz
Copy link
Author

Ah-ha: it appears that this is a duplicate of #52, and the behavior was changed in e002ef3. However, it still appears to be at odds with the desired behavior noted at http://clojureclr.blogspot.com/2012/01/compiling-and-loading-in-clojureclr.html; i.e., compile-path is still being ignored.

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