juxt / pack.alpha

Package clojure projects
MIT License
259 stars 35 forks source link

Too many open files #73

Open SevereOverfl0w opened 4 years ago

SevereOverfl0w commented 4 years ago

See openfiles branch.

Bug is that we open input streams ahead of time, we need to delay that until the last possible moment. If you try and put a lot of files into your jar, it will blow up.