Details
-
Type:
Defect
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Declined
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Mac OS X 10.8.2
Description
Running the Clojurescript compiler via command line hangs for ~1 minute after the compile is done. (By done I mean that complete code has been sent to stdout.)
I've observed this for a number of different options so I don't think it's related to options: optimization simple/advanced, pretty-print on/off, output-as used/not used.
I've tried using bin/cljsc and doing the command manually, a la:
$ cd bin
$ time java -cp "./../lib/*:./../src/clj:./../src/cljs:./../test/cljs" clojure.main "cljsc.clj" hello-world.cljs '{:optimizations :simple}'
I've only tested against one version of Clojurescript: today's master branch (0bfa1eac3599b55f3).
Tried a slightly older commit, e83204a9ad4002b1e from Oct 20. Saw issue there as well.