lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
2017-06-07T11:17:37.038327Z

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. 🙂

2017-06-07T12:01:02.602272Z

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

2017-06-07T12:10:21.736840Z

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

2017-06-07T12:33:16.085564Z

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

dominicm 2017-06-07T12:38:38.173388Z

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

anmonteiro 2017-06-07T16:17:55.520822Z

@honzabrecka sorry, bug in Lumo 1.5

anmonteiro 2017-06-07T16:18:03.524136Z

are you on a mac?

anmonteiro 2017-06-07T16:18:12.527319Z

this is fixed in master

2017-06-07T16:18:41.539225Z

ahh, yes, I’m on mac

anmonteiro 2017-06-07T16:18:55.545256Z

brew uninstall lumo && brew install --HEAD lumo

anmonteiro 2017-06-07T16:19:17.553721Z

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

anmonteiro 2017-06-07T16:19:45.564878Z

this is a dumb regression I introduced

2017-06-07T16:20:32.584567Z

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

dominicm 2017-06-07T16:24:59.691603Z

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