Relevant I guess to your previous question
@dominicm thanks
I'm trying to get spiral to connect to a lumo socket-repl. I fire up the lumo at port 5555, go into a cljs source file under the same project hierarchy and do spiral-connect-to and give it localhost:5555 and it says "unrepl says hi!" and "waiting on UNREPL.... then hangs. I look into the spiral-client[localhost:5555] buffer and it says:
".replaceAll is not a function
(evalmachine.<anonymous>:2:37929)
(evalmachine.<anonymous>:29:4)
Script.runInThisContext (vm.cljs:65:33)
Object.runInThisContext (vm.cljs:197:38)
(<http://Object.yt|Object.yt>)
(Object.lumo.repl.caching_node_eval)
(NO_SOURCE_FILE <embedded>:5824:287)
z (NO_SOURCE_FILE <embedded>:5825:306)
(NO_SOURCE_FILE <embedded>:5820:508)
Function.cljs.core.trampoline.cljs$core$IFn$_invoke$arity$1 (NO_SOURCE_FILE <embedded>:1916:142)
cljs.user=>
According to what I can find on the net, its cuz its trying to use an unsupported (in cljs) global string replace function.
Is this supposed to be working at all or still a WIP?No unrepl for cljs atm.