Yannick Scherer
Yannick Scherer
When I last checked, clj-http (the HTTP client used by lein-ancient) advertised support for proxies and proxy authentication based on environment/properties, but there is at least one issue (dakrone/clj-http#225) indicating...
Hey there! It has been quite some time, but with ancient-clj's recent changes we might be able to leverage Leiningen's existing resolution infrastructure. This _should_ include proxies. If you're still...
Hello! It has been a while, but recent changes to `ancient-clj` now let us rely on the same resolution mechanism that Leiningen already uses. This should mean that repositories and...
@jackjliew Thanks for reporting! Could you try `[lein-ancient "1.0.0-RC3"]`? The whole repository handling has been improved and your problem might already be solved in that version. :)
Hi Marketa, I'm not familiar with AvisoNovate/config, so I'll have to check that out first. Could you provide a piece of code describing your "ideal case", i.e. how you'd like...
> Is this library intended to match the version comparisons performed by leiningen via org.sonatype.aether? What I gather from [reading the relevant sources](http://git.eclipse.org/c/aether/aether-core.git/tree/aether-util/src/main/java/org/eclipse/aether/util/version/GenericVersion.java) is that Aether treats `.`, `-` and...
> Normalization would also require preserving case of parsed strings. Now that I think of it, normalization makes only sense in the context of comparison, doesn't it? So, a split-only...
@eigenhombre Thanks for reporting! You'll notice that the Clojure artifact won't influence lein-ancient's exit code, nor automatically be upgraded, unless `:check-clojure` is specified. But I agree, that this is kind...