This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-14
Channels
- # beginners (33)
- # boot (38)
- # clara (21)
- # cljs-dev (1)
- # cljsjs (2)
- # cljsrn (12)
- # clojure (230)
- # clojure-argentina (1)
- # clojure-brasil (3)
- # clojure-dusseldorf (4)
- # clojure-france (9)
- # clojure-italy (1)
- # clojure-russia (123)
- # clojure-spec (46)
- # clojure-turkiye (1)
- # clojure-uk (60)
- # clojurescript (83)
- # core-async (6)
- # cursive (10)
- # datascript (19)
- # datomic (28)
- # defnpodcast (1)
- # emacs (7)
- # figwheel (7)
- # fulcro (29)
- # leiningen (29)
- # lumo (9)
- # off-topic (14)
- # om (1)
- # onyx (25)
- # pedestal (1)
- # protorepl (3)
- # re-frame (10)
- # reagent (41)
- # ring-swagger (11)
- # shadow-cljs (10)
- # testing (5)
- # unrepl (3)
- # vim (3)
Have you folks ever encountered the problem in https://github.com/anmonteiro/lumo/issues/308. Can anyone reproduce it?
@richiardiandrea I have seen similar error message, each time a different namespace
And when I touch some cljs and ClojureScript recompiles, it’s gone. Seems like a startup thing or maybe some concurrency thing
:parallel-build
has no effect in Lumo
yeah I don't have parallel build on but this looks like some issue with asynchronicity...haven't had time to dig though
$ node target/bundle.js -c target
Lumo 1.8.0-beta
ClojureScript 1.9.946
Node.js v8.5.0
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Source: (source function-name-here)
Exit: Control+D or :cljs/quit or exit
cljs.user=> js/setTimeout
setTimeout is not defined
(evalmachine.<anonymous>:1:1)
ContextifyScript.Script.runInContext (vm.cljs:53:29)
Object.runInContext (vm.cljs:108:6)
(Object.lumoEval)
(Object.lumo.repl.caching_node_eval)
(evalmachine.<anonymous>:5837:273)
E (evalmachine.<anonymous>:5838:269)
Object.cljs.js.eval_str_STAR_ (evalmachine.<anonymous>:5839:373)
Function.cljs.js.eval_str.cljs$core$IFn$_invoke$arity$5 (evalmachine.<anonymous>:5842:508)
Object.lumo.repl.execute_text (evalmachine.<anonymous>:6619:475)
from the lumo binary
cljs.user=> js/setTimeout
#object[setTimeout]
ideas @anmonteiro?