This file contains hidden or 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
(page "test.html") | |
(defc working-set []) | |
(defn setup-working-set | |
"Initially populate the working set - normally the result of an async call" | |
[data] | |
(let [wset (map (fn [c] [c false]) data)] | |
(reset! working-set wset)) | |
(prn working-set)) |
This file contains hidden or 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
$ boot aot -n m3ucopy | |
Picked up _JAVA_OPTIONS: -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel | |
clojure.lang.ExceptionInfo: java.lang.RuntimeException: No such namespace: util, compiling:(NO_SOURCE_PATH:0:0) | |
data: {:file "../tmp/boot.user1186945461330233579.clj", :line 17} | |
java.util.concurrent.ExecutionException: java.lang.RuntimeException: No such namespace: util, compiling:(NO_SOURCE_PATH:0:0) | |
clojure.lang.Compiler$CompilerException: java.lang.RuntimeException: No such namespace: util, compiling:(NO_SOURCE_PATH:0:0) | |
java.lang.RuntimeException: No such namespace: util | |
... | |
clojure.core/eval core.clj: 2927 | |
boot.pod/eval-in* pod.clj: 203 |