Fork me on GitHub
#lumo
<
2017-06-07
>
honzabrecka11:06:37

Can anyone help with what may be causing this https://github.com/funcool/promesa/issues/49 ? I don’t know where to start to make it work with lumo. 🙂

hlolli12:06:02

did you specify the classpath to the jar-file with -c flag?

honzabrecka12:06:21

yes, the problem I see is that it uses deps.cljs https://github.com/funcool/promesa/blob/master/assets/deps.cljs, which can’t be due to some reason “consumed” by lumo

honzabrecka12:06:16

Seems like I can’t require any of cljsjs library, based on foreign libs (deps.cljs)

dominicm12:06:38

I'm wouldn't be surprised that self-hosted cljs couldn't handle deps.cljs

anmonteiro16:06:55

@honzabrecka sorry, bug in Lumo 1.5

anmonteiro16:06:03

are you on a mac?

anmonteiro16:06:12

this is fixed in master

honzabrecka16:06:41

ahh, yes, I’m on mac

anmonteiro16:06:55

brew uninstall lumo && brew install --HEAD lumo

anmonteiro16:06:17

or I can link you a prebuilt binary if you don’t use brew

anmonteiro16:06:45

this is a dumb regression I introduced

honzabrecka16:06:32

I use brew 🙂 I’ll try and let you know

dominicm16:06:59

oh, I misunderstood problem entirely. For some reason I thought promesa was using :npm-deps