lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
anmonteiro 2019-04-10T12:39:22.001500Z

@hlolli heads up I’m making a Lumo release today

anmonteiro 2019-04-10T12:39:28.001700Z

if you wanna package it up for Nix 🙂

2019-04-10T12:41:41.002300Z

@anmonteiro wish I had a macos to fix the problem you were having as well.

anmonteiro 2019-04-10T12:41:54.002500Z

I can’t remember what it was

anmonteiro 2019-04-10T12:42:26.002900Z

but to set expectations: I don’t plan on finding out or fixing 😛

anmonteiro 2019-04-10T12:42:40.003200Z

this release was already very painful as it is

2019-04-10T12:43:04.003600Z

ok, excited to see if this brings any challenges

anmonteiro 2019-04-10T12:43:32.003800Z

should be straightforward

anmonteiro 2019-04-10T12:43:40.004100Z

the build process is exactly the same

anmonteiro 2019-04-10T12:44:01.004500Z

was painful because I chose to upgrade to the latest Node (11.13)

anmonteiro 2019-04-10T12:44:06.004700Z

and let me tell you…

🙂 1
2019-04-10T13:11:11.005200Z

are the experimental threads now non-experimental in 11x?

2019-04-10T13:13:13.005400Z

ah no, still experimental https://nodejs.org/api/worker_threads.html

danieroux 2019-04-10T18:29:43.006100Z

Hi all, I'm trying to get lumo working with transit-cljs, which depends on transit-js. I can't solve it, it keeps on failing when I run it with: Error: Undefined nameToPath for com.cognitect.transit I tried: - Listing the two jars as --dependencies - Listing the two jars as --classpath - Unpacking the jars and including them in (b/build) The Makefile here shows what I've tried: https://github.com/danieroux/lumo-poc/blob/master/Makefile Can someone help me to get this running?

2019-04-10T20:02:28.007800Z

lumo --classpath src:libs/com/cognitect/transit-js/0.8.846/transit-js-0.8.846.jar:libs/com/cognitect/transit-cljs/0.8.256/transit-cljs-0.8.256.jar build.cljs
looks about right (with quotes in the bash ofc) did you try requireing cognitect.transit-js in the root, so that it's defenitely included in the final js. But this looks like a bug to me. @danie

anmonteiro 2019-04-10T20:20:54.008300Z

transit should already be included inside the lumo binary though

anmonteiro 2019-04-10T20:21:25.008600Z

I wonder if that’s part of the problem

anmonteiro 2019-04-10T21:10:17.009600Z

yeah it could be a bug

anmonteiro 2019-04-10T21:10:29.010Z

I’m not gonna look into it any time soon, but feel free to open an issue

danieroux 2019-04-10T21:10:46.010200Z

👍