Created
April 19, 2015 06:37
-
-
Save nblumoe/b7667ce2072f0d811196 to your computer and use it in GitHub Desktop.
piggieback issue when using cljs-time with boot
This file contains 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 dev | |
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 | |
** WARNING: ~/.profile.boot is deprecated. | |
** Please use $BOOT_HOME/profile.boot instead. | |
** See: https://github.com/boot-clj/boot/issues/157 | |
Writing boot_cljs_repl.cljs... | |
<< started reload server on ws://localhost:47769 >> | |
Writing boot_reload.cljs... | |
2015-04-19 08:36:10.786:INFO:oejs.Server:jetty-7.6.13.v20130916 | |
2015-04-19 08:36:10.806:INFO:oejs.AbstractConnector:Started [email protected]:3000 | |
<< started Jetty on http://localhost:3000 >> | |
Starting file watcher (CTRL-C to quit)... | |
clojure.lang.Compiler$CompilerException: java.lang.IllegalArgumentException: No single method: _setup of interface: cljs.repl.IJavaScriptEnv found for function: -setup of protocol: IJavaScriptEnv, compiling:(cemerick/piggieback.clj:149:5) | |
java.lang.IllegalArgumentException: No single method: _setup of interface: cljs.repl.IJavaScriptEnv found for function: -setup of protocol: IJavaScriptEnv | |
... | |
clojure.core/load/fn core.clj: 5641 | |
clojure.core/load core.clj: 5640 | |
... | |
clojure.core/load-one core.clj: 5446 | |
clojure.core/load-lib/fn core.clj: 5486 | |
clojure.core/load-lib core.clj: 5485 | |
... | |
clojure.core/apply core.clj: 626 | |
clojure.core/load-libs core.clj: 5524 | |
... | |
clojure.core/apply core.clj: 626 | |
clojure.core/require core.clj: 5607 | |
... | |
boot.repl-server/->var repl_server.clj: 51 | |
boot.repl-server/->mw-list repl_server.clj: 57 | |
clojure.core/map/fn core.clj: 2557 | |
... | |
clojure.core/seq core.clj: 133 | |
clojure.core/apply core.clj: 624 | |
clojure.core/mapcat core.clj: 2586 | |
... | |
boot.repl-server/->mw-list repl_server.clj: 61 | |
boot.repl-server/start-server repl_server.clj: 69 | |
... | |
boot.task.built-in/fn/fn/fn built_in.clj: 267 | |
... | |
clojure.core/deref core.clj: 2200 | |
boot.task.built-in/fn/fn/fn/fn built_in.clj: 274 | |
boot.task.built-in/fn/fn/fn/fn/fn/fn built_in.clj: 222 | |
boot.task.built-in/fn/fn/fn/fn/fn built_in.clj: 222 | |
boot.task.built-in/fn/fn/fn/fn built_in.clj: 219 | |
pandeiro.boot-http/eval493/fn/fn/fn boot_http.clj: 66 | |
boot.core/run-tasks core.clj: 680 | |
... | |
boot.user/eval719/fn boot.user5303993531645211909.clj: 31 | |
clojure.core/binding-conveyor-fn/fn core.clj: 1910 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment