deps-new

dominicm 2021-08-11T21:13:52.046200Z

The new functionality with multiple files, should I be emphasizing folders of configs or something to make that work smoothly?

dominicm 2021-08-11T21:14:15.046800Z

I suppose there's always limits with deps.edn, unless you're going to include tooling like antz has for updating the edn while preserving the whitespace?

seancorfield 2021-08-11T21:15:42.047300Z

Can you explain what you're asking? I don't understand the problem you're trying to solve.

dominicm 2021-08-11T21:16:58.048700Z

I'm inventing hypothetical uses for the ability to add files to an existing project. I'm thinking about "Add the X library generation pack", which might add some deps aliases, stick a pom.xml in, maybe create some config files, that kind of thing.

seancorfield 2021-08-11T21:19:44.049500Z

Nah, I'm not tackling that problem. That sort of thing needs to be built on top of rewrite-clj(s) and I'm not going there.