proton

https://github.com/dvcrn/proton
2016-03-23T18:59:59.000039Z

hello! I am working on the terminal feature and am trying to install the proton repo locally, but i get Namespace "cljs.core" already declared. from the proton-mode package

2016-03-23T19:01:10.000040Z

(i ran lein run -m build/release, then cd target, apm install, apm link)

2016-03-23T19:06:34.000041Z

ahh it only happens when i use lein run -m build/dev-repl

dvcrn 2016-03-23T23:33:27.000042Z

@ericfode: that still shouldn't happen, hrmmm

dvcrn 2016-03-23T23:34:24.000043Z

@thheller: do you have any idea to avoid the "cljs.core" already declared error with shadow-build? I have a feeling that another package that is installed is using it as well