Welcome! Please see the About page for a little more info on how this works.

0 votes
in tools.namespace by
edited by

Currently calling tools.namespace.find/find-ns-decls returns a seq of ns-decl for a given dir or collection of paths but there is no way to know where did they came from (can also be coming from paths inside jar files).

Looks pretty straight forward to add file info as meta of the ns-decl form. Something like https://github.com/jpmonettas/tools.namespace/commit/1431215324ba7f76f78342742ce3716ec8c5abb8

What do you guys think?

(Filed jira at https://clojure.atlassian.net/browse/TNS-55)

1 Answer

+1 vote
by
by
Please review the original question as I pasted the wrong commit. The description still applies and the commit has been replaced by the correct one
...