dundalek / closh

Bash-like shell based on Clojure
Eclipse Public License 1.0
1.62k stars 66 forks source link

Absolute path to lumo source prevents successful build #50

Closed neominik closed 6 years ago

neominik commented 6 years ago

https://github.com/dundalek/closh/blob/86969085e44157b216cb821acd6de501a2c86039/project.clj#L48

Isn't there a way to have lumo as a regular dependency?

dundalek commented 6 years ago

I am working on it, I would like to have a build process to distribute closh as a single library, which should solve most of installation troubles: https://github.com/dundalek/closh/issues/42

mauricioszabo commented 6 years ago

Can we add a submodule instead, so we'll be able to build closh? Probably, cloning a project from master branch and trying to build it locally, just to have an error would prevent more people from trying to help...

dundalek commented 6 years ago

Lumo is being pulled as an npm dependency now so this no longer applies.