@alexmiller I'd like to use lein-hiera
on a project that has all clj*
files in common folders. tools.namespace
does not like string requires in ns
forms.
java.lang.IllegalArgumentException: "Unparsable namespace form:" ["parinfer-codemirror"]
at clojure.tools.namespace.parse$deps_from_libspec.invokeStatic (parse.clj:86)
clojure.tools.namespace.parse$deps_from_libspec.invoke (parse.clj:71)
Is there a chance to get it supported?
Temporarily removing all cljs files appears a bit odd.
If we don't want to support this, maybe we can introduce an option to just ignore string requires?I think that @stuartsierra is the maintainer, it would be up to him.
I believe there is an existing ticket about this https://clojure.atlassian.net/browse/TNS-51
I donβt see any reason not to support it
"July 28, 2018" :thinking_face: So what is holding us back? The need for a volunteer implementing it? π /cc @stuartsierra
I don't think Stuart is actively working on tools.namespace. patches wanted....