RadicalZephyr / neo

Boot task for vendoring and prefixing clojure dependencies.
Eclipse Public License 1.0
2 stars 0 forks source link

Rewrite namespaces across all vendored dependencies #2

Closed RadicalZephyr closed 6 years ago

RadicalZephyr commented 6 years ago

Currently, since each jar is processed in isolation, usages of one vendored dep inside another wouldn't be rewritten. This would totally break the idea of transitive dependency resolution working like the user would want it to.

RadicalZephyr commented 6 years ago

This is sort of in conflict with #3 and #4. Closing in favor of going in that direction.