-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d836402
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this isn't causing problems when running
lein trampoline run
- see issue I raised here: technomancy/leiningen#956d836402
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this is still a problem for me, and I've had cause to look into it again recently (a workaround was to not trampoline, but this causes out-of-memory errors on heroku which has a hard 500M limit, and its not enough): browsing and I think the root cause of the hang has been patched in leiningen - technomancy/leiningen@4f2bc32#leiningen-core/src/leiningen/core/eval.clj - just trying to work out how to get the latest lein 2.1.0 snapshot to test this out
d836402
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please try a working fork that removes the exit hack and therefore allows use of trampoline:
[ccfontes/lein-cljsbuild "0.3.2-no-exit"]
Hopefully this hack would be removed from the main repo.