mranderson icon indicating copy to clipboard operation
mranderson copied to clipboard

Imports in current project are not renamed

Open Frozenlock opened this issue 8 months ago • 4 comments

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.)

Frozenlock avatar Jun 18 '24 21:06 Frozenlock