Fork me on GitHub
#lumo
<
2019-04-10
>
anmonteiro12:04:22

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

anmonteiro12:04:28

if you wanna package it up for Nix 🙂

hlolli12:04:41

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

anmonteiro12:04:54

I can’t remember what it was

anmonteiro12:04:26

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

anmonteiro12:04:40

this release was already very painful as it is

hlolli12:04:04

ok, excited to see if this brings any challenges

anmonteiro12:04:32

should be straightforward

anmonteiro12:04:40

the build process is exactly the same

anmonteiro12:04:01

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

anmonteiro12:04:06

and let me tell you…

🙂 4
hlolli13:04:11

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

danieroux18:04:43

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?

hlolli20:04:28

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

danieroux21:04:05

transit.js says goog.provide("com.cognitect.transit"), so something like this?

(ns tech.matterindustries.titan.gateway.core
  (:require [fs]
            [cognitect.transit :as t]
            [com.cognitect.transit]))
I still have the same problem then.

anmonteiro20:04:54

transit should already be included inside the lumo binary though

danieroux21:04:46

lumo --classpath src build.cljs with the same requires gets me the same error message 😕

anmonteiro20:04:25

I wonder if that’s part of the problem

danieroux21:04:46

lumo --classpath src build.cljs with the same requires gets me the same error message 😕

anmonteiro21:04:17

yeah it could be a bug

anmonteiro21:04:29

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