Antonio Nuno Monteiro
Antonio Nuno Monteiro
@JulianBirch what is `cljs.edn` in this context? The ClojureScript compiler doesn't ship with that namespace
I'm not sure `cljs.edn` ever existed. There's `cljs.reader`. Unless there's some kind of weird transformation going on trying to convert `clojure.edn` to `cljs.edn` via automatic `clojure.*` -> `cljs.*` aliasing. This...
@hlship Documentation is highly appreciated. I'm ashamed to admit that I haven't looked at this yet, though. Please give me some more time, and sorry for the wait!
@sonwh98 I think the current fix is to `npm install -g lumo-cljs --unsafe-perm`
Thanks for the report. The issue seems to be coming from here, if you wanna dig deeper: https://github.com/anmonteiro/lumo/blob/dc2f4f7fa21bec272b4d3c50e8b1d7a71a8d450c/src/cljs/snapshot/lumo/repl.cljs#L860
I'm not certain it would work if we do the same inside the `lumo.repl/eval` function. I'm pretty sure the bindings are lost in the async `setTimeout` call, so they wouldn't...
Ah yeah, I might've bumped the glibc requirement
Or Node.js did
This is reproducible even after [CLJS-2266](https://dev.clojure.org/jira/browse/CLJS-2266) has been fixed.
@vincent-dm I don't know what the problem is, and don't have too much time to investigate. The `help wanted` label means I'm welcome to a PR if someone wants to...