Fork me on GitHub
#lumo
<
2017-03-07
>
Jon14:03:56

@anmonteiro got a question for lumo 2.0 , if I have a project x depending on package a1 and a1 depends on a2. and x also depends on b1 which depends on a2. Is that possible it prints

WARNING: code at line 92 is being replaced at line 92 respo/alias.cljc

Jon14:03:38

Confirmed with my local demo...

Jon15:03:43

And does lumo 2 resolve clojure.set?

Jon15:03:53

:data {:tag :cljs/analysis-error}, :cause #error {:message "Invalid :refer, var clojure.set/union does not exist in file respo/controller/resolver.cljc", :data {:tag :cljs/analysis-error

Jon15:03:18

:cause #error {:message "Could not parse ns form respo.render.differ in file respo/util/detect.cljc", :data {:tag :cljs/analysis-error}, :cause #error {:message "Invalid :refer, var clojure.set/difference does not exist in file respo/util/detect.cljc", :data {:tag :cljs/analysis-error}

mathpunk23:03:37

Has anyone had success getting lumo up and running on Arch Linux?

anmonteiro23:03:24

@dominicm were you also able to build Lumo on Arch?

mathpunk23:03:12

Ha.... I'm one of those people

anmonteiro23:03:17

I don’t use Linux, so any input that helps solve this issue is appreciated https://github.com/anmonteiro/lumo/issues/52

mathpunk23:03:20

I tried again just now and it worked just fine

mathpunk23:03:37

I did not have success building

mathpunk23:03:46

but unlike my last attempt, npm install Just Worked

dominicm23:03:50

npm install works for just install.

anmonteiro23:03:04

I’d appreciate any helpful input on that issue then!

anmonteiro23:03:13

possibly even a PR to the README, describing how to do it

dominicm23:03:51

Oh, yeah, Jon ran into that

dominicm23:03:19

We cheated: ln -s /usr/local/bin/python /usr/bin/python2 😄

dominicm23:03:08

Void Linux also runs that sed on everything it touches afaik. So that's why it works.