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

Re-enable post-compile cleaning #516

Closed
technomancy opened this issue Apr 12, 2012 · 2 comments
Closed

Re-enable post-compile cleaning #516

technomancy opened this issue Apr 12, 2012 · 2 comments
Assignees

Comments

@technomancy
Copy link
Owner

Transitive AOT often brings in .class files we don't want to distribute in our own jar.

This was implemented in 1.x but temporarily disabled for 2.x.

@michaelklishin
Copy link
Collaborator

Any details on how it was implemented in 1.x and how it should work now?

@ghost ghost assigned michaelklishin Apr 30, 2012
@technomancy
Copy link
Owner Author

The implementation is still in src/leiningen/compile.clj; it's just commented out. Re-enabling it might just be a matter of uncommenting it and renaming the functions that have been moved. There should be commented-out tests as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants