clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
2019-12-13T10:06:13.389700Z

@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?

dominicm 2019-12-13T10:40:01.390100Z

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

πŸ‘ 1
alexmiller 2019-12-13T12:42:08.391800Z

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

πŸ‘ 1
alexmiller 2019-12-13T12:44:30.392200Z

I don’t see any reason not to support it

2019-12-13T13:41:51.000200Z

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

alexmiller 2019-12-13T14:03:30.000400Z

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

πŸ‘ 1