@hlolli heads up I’m making a Lumo release today
if you wanna package it up for Nix 🙂
@anmonteiro wish I had a macos to fix the problem you were having as well.
I can’t remember what it was
but to set expectations: I don’t plan on finding out or fixing 😛
this release was already very painful as it is
ok, excited to see if this brings any challenges
should be straightforward
the build process is exactly the same
was painful because I chose to upgrade to the latest Node (11.13)
and let me tell you…
are the experimental threads now non-experimental in 11x?
ah no, still experimental https://nodejs.org/api/worker_threads.html
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?
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.
@danietransit should already be included inside the lumo binary though
I wonder if that’s part of the problem
yeah it could be a bug
I’m not gonna look into it any time soon, but feel free to open an issue
👍