cursive icon indicating copy to clipboard operation
cursive copied to clipboard

Feature request: When importing a deps module, add an option to make it a :local/root dep of existing module(s)

Open cap10morgan opened this issue 3 years ago • 0 comments

I often import modules of library dependencies when something I'm working on needs changes in both an internal library and one of its consumers. These are usually pulled by git sha or :mvn/version in the repo, so I have to go in and manually convert them to :local/root deps in addition to importing the module to get code-jumping across the library boundary to work, etc.

I know there's an option to automatically import transitive :local/root deps, but it would be great if there were an option to change / add a :local/root dep for the library module I'm importing in the deps.edn files in the module(s) already in the project. That would save me a step.

cap10morgan avatar Feb 14 '22 16:02 cap10morgan