Yannick Scherer

Results 39 comments of Yannick Scherer

I haven't had time to add tests targeted at the "same directory name at different classpath locations" use case yet but as far as I can tell the changes are...

No problem. You can always just cherry-pick whatever is useful to you since I'm sure there are different (maybe superior) ways of implementing this, and if you come up with...

On another note, now that I thought about it a bit: does it really make sense to collect all those resources with the same path? If I ask the optimus...

I just discovered that the way the solution is implemented now might pose problems with Uberjars. (Resources could not be found in some cases.) It's probably best to close this...

I think the problem with Uberjars came from some other part of my codebase. Anyhow, I put directory-based resource lookup into [cpath-clj](https://github.com/xsc/cpath-clj) since I needed the functionality in a different...

@StanHVA I haven't had a lot of contact with this tool for a few years now, so I'm not exactly sure where to start looking. Chances are you're using a...

@leodoi3 Could you provide a minimal `project.clj` that causes the problem? And can you confirm that the issue still persists in the [latest Release Candidate](https://github.com/xsc/lein-ancient/releases/tag/v1.0.0-RC3)?

@leodoi3 Unfortunately, I cannot reproduce the issue. The above `project.clj` causes `lein ancient` to print exactly what it should print: ``` [org.clojure/data.json "2.4.0"] is available but we use "1.0.0" ```...

Thanks for the output! Unfortunately, everything looks fine. The error seems to indicate that rewrite-clj (the library used for reading/writing Clojure code) gets confused when handling newline characters. I can't...

You should be able to set the `http_proxy`/`https_proxy` environment variables to point at your proxy.