lein-exec icon indicating copy to clipboard operation
lein-exec copied to clipboard

Derefing a future hangs

Open vemv opened this issue 6 years ago • 4 comments

I have a fix.clj with the following contents:

(require '[dev.formatting.fix])

@(dev.formatting.fix/fix!)

Where @ is used to wait on a future.

lein exec -p scripts/formatting/fix.clj hangs forever. If I run the same exact code in lein repl, it won't.

What could it be going on here?

Cheers - Victor

vemv avatar Nov 17 '17 00:11 vemv