Rick Moynihan

Results 66 comments of Rick Moynihan

Ok I can confirm I can reproduce with your example. And that it doesn't happen in tools.deps. My best guess is that it's most likely due to #91. Based on...

Currently this is expected, as I think we replace the whole `:dependencies` vector. The advantage of this approach is that the semantics are clear and you should get the same...

> Yeah, perhaps if the lein-tools-deps config ends up being a map, you could opt into or out of getting these https://github.com/technomancy/leiningen/blob/3fd92945ba25837afb5f9c14cafdafb8e70a493e/leiningen-core/src/leiningen/core/project.clj#L543-L546 Yes, but I think if you want to...

Well spotted @mfikes. I guess we'd still want to support supplying your own `:config-files`, though we can probably change the default to be driven by the new `default-deps` function. I'd...

You have a lot of properties configuring leiningen and the uberjar... does it do it if you cut this down?

Not sure if this is causing it but `:project` and `"./deps.edn"` both reference the same file. `:project` is a shorthand to include the `deps.edn` from your projects root directory. If...

> Perhaps it's because currently, clojure isn't a binary on the path, but a powershell function @hlolli isn't this what @zhanghuabin is saying you need to do [here](https://github.com/RickMoynihan/lein-tools-deps/pull/88#issue-277352986): i.e. that...

Note this issue also seems related: https://github.com/RickMoynihan/lein-tools-deps/issues/85 If the windows users here can assemble a PR with all the changes required to work on windows with any required additional steps...

You can see some of the effects of this issue [described here](https://github.com/RickMoynihan/lein-tools-deps/issues/73)

@markus-wa thanks sorry I'd missed the notification on this repo. Will try to find some time to take a look at it and think it through. At a quick glance...