Created
November 16, 2015 10:25
-
-
Save mbertheau/58a45c3da73361cd2509 to your computer and use it in GitHub Desktop.
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.user=> (start-repl) | |
<< started Weasel server on ws://127.0.0.1:56621 >> | |
<< waiting for client to connect ... Connection is ws://localhost:56621 | |
Writing boot_cljs_repl.cljs... | |
connected! >> | |
To quit, type: :cljs/quit | |
nil | |
cljs.user=> (:require [com.rpl.specter :as s]) | |
WARNING: Use of undeclared Var cljs.user/s at line 1 <cljs repl> | |
nil | |
cljs.user=> s/transform | |
WARNING: No such namespace: s, could not locate s.cljs, s.cljc, or Closure namespace "" at line 1 <cljs repl> | |
WARNING: Use of undeclared Var s/transform at line 1 <cljs repl> | |
#object[ReferenceError ReferenceError: s is not defined] | |
ReferenceError: s is not defined | |
at eval (eval at <anonymous> (http://localhost:3000/static/cljs-js/dashboard/product_form.out/weasel/repl.js:30:470), <anonymous>:1:89) | |
at eval (eval at <anonymous> (http://localhost:3000/static/cljs-js/dashboard/product_form.out/weasel/repl.js:30:470), <anonymous>:9:3) | |
at eval (eval at <anonymous> (http://localhost:3000/static/cljs-js/dashboard/product_form.out/weasel/repl.js:30:470), <anonymous>:14:4) | |
at http://localhost:3000/static/cljs-js/dashboard/product_form.out/weasel/repl.js:30:465 | |
at http://localhost:3000/static/cljs-js/dashboard/product_form.out/weasel/repl.js:39:4 | |
at cljs.core.MultiFn.call.G__9304__2 (http://localhost:3000/static/cljs-js/dashboard/product_form.out/cljs/core.js:31332:106) | |
at cljs.core.MultiFn.call.G__9304 [as call] (http://localhost:3000/static/cljs-js/dashboard/product_form.out/cljs/core.js:31599:19) | |
at null.<anonymous> (http://localhost:3000/static/cljs-js/dashboard/product_form.out/weasel/repl.js:184:71) | |
at goog.events.EventTarget.fireListeners (http://localhost:3000/static/cljs-js/dashboard/product_form.out/goog/events/eventtarget.js:284:23) | |
at Function.goog.events.EventTarget.dispatchEventInternal_ (http://localhost:3000/static/cljs-js/dashboard/product_form.out/goog/events/eventtarget.js:381:26) | |
cljs.user=> com.rpl.specter/transform | |
WARNING: Use of undeclared Var com.rpl.specter/transform at line 1 <cljs repl> | |
#object[com$rpl$specter$transform "function com$rpl$specter$transform(selector,transform_fn,structure){ | |
return com.rpl.specter.compiled_transform.call(null,com.rpl.specter.impl.comp_paths_STAR_.call(null,selector),transform_fn,structure); | |
}"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment