Fork me on GitHub
#clojure-dev
<
2019-12-13
>
deas10:12:13

@alexmiller I'd like to use lein-hieraon a project that has all clj* files in common folders. tools.namespacedoes not like string requires in nsforms.

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?

dominicm10:12:01

I think that @U064WBEPL is the maintainer, it would be up to him.

πŸ‘ 4
Alex Miller (Clojure team)12:12:08

I believe there is an existing ticket about this https://clojure.atlassian.net/browse/TNS-51

πŸ‘ 4
deas13:12:51

"July 28, 2018" :thinking_face: So what is holding us back? The need for a volunteer implementing it? πŸ˜‰ /cc @U064WBEPL

Alex Miller (Clojure team)14:12:30

I don't think Stuart is actively working on tools.namespace. patches wanted....

πŸ‘ 4
Alex Miller (Clojure team)12:12:30

I don’t see any reason not to support it