boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 180 forks source link

use macro to avoid expensive pprint evaluation #568

Closed loomis closed 7 years ago

loomis commented 7 years ago

Addresses slow uploads (and probably downloads) of large files. See issue boot-clj/boot#565.

arichiardi commented 7 years ago

Looks good! I am doing the same here 😀

arichiardi commented 7 years ago

@loomis Are you ok then to merge the other one? Can I close this one just to avoid confusion?

loomis commented 7 years ago

Fix will be done via PR #558. Closing this PR.

arichiardi commented 7 years ago

Awesome thanks!