mranderson
mranderson copied to clipboard
Imports in current project are not renamed
When using ^:inline-dep
with a dependency, imports inside this dependency are renamed as expected.
However, imports used in the current project but depending on an inlined dependency are not renamed.
To reproduce
See this fork as an example: https://github.com/Frozenlock/congomongo
lein do clean, inline-deps
Now check target/srcdeps/somnium/congomongo.clj
Imports from the inlined dependency should be renamed, but aren't.
(com.mongodb.client, org.bson.types, etc.)