Iizuka Masashi
Iizuka Masashi
@dharrigan Hmm, I could not reproduce the problem. https://github.com/liquidz/antq/issues/225#issue-1761674507 Is this your whole deps.edn? Or do you have `~/.clojure/deps.edn`?
@dharrigan Thanks! I could reproduce the problem.
@dharrigan It seems a problem of tools.deps. You can reproduce the problem with the following code. ```clojure (clojure.tools.deps/resolve-deps '{:deps {depify/depify {:git/sha "b3f61517c860518c1990133aa6eb54caf1e4d591" :git/url "https://github.com/hagmonk/depify"} slipset/deps-deploy {:mvn/version "0.2.1"}} :mvn/repos {"central" {:url...
@dharrigan It seems the same cause. * https://github.com/seancorfield/deps-new/blob/f8f201f19b6f7810453aef1b01b21fb252e5f89e/deps.edn#L3 * https://github.com/jpmonettas/flow-storm-debugger/blob/master/deps.edn#L8 Since `clojure.tools.deps.extensions/compare-versions` is a multi method, so I can implement provisionally the cases `[:mvn :git]` or `[:git :mvn]`. But it...
@pmonks Thank you for your reporting! It is impossible to know which versions have relocation unless we check. Therefore, we would need to check for the existence of relocation for...
@pmonks > Given that upgrades break a previously functional build when a relocation is present, I think the performance cost of checking for them is probably the lesser of two...
@behrica Thanks! https://github.com/liquidz/antq/commit/59f48a8dce2069c4c964dfc9a3cdb026ccf7ed45
@pmonks Sorry for late reply. > how to use it to report on and upgrade all of the various types of dependency file (deps.edn, pom.xml, project.clj, GitHub workflow files etc.)....
Doesn't it close when you move the cursor vertically? If not, could you tell me your environment? (vim or nvim and its version)
@devth Thanks! Hmm, I could not reproduce the problem in my environment. ``` NVIM v0.8.1 Build type: Release LuaJIT 2.1.0-beta3 Compiled by [email protected] ``` It may affected by other plugins,...