technomancy/leiningen

Build on CircleCI fails with "Pathological dependency tree detected; consider disabling pedantic."

gixxi opened this issue · 4 comments

gixxi commented

Leiningen Version

2.9.7

works with 2.9.6

Description

coincidence with latest change "Warn when pedantic detects a pathological dependency tree."

Is there a way to disable this feature

project.clj.txt

The message you are describing is not a failure; it's a warning. It's hard to say what to do here without understanding what actually failed; can you provide more details?

The message actually tells you how to disable it; it's by turning off :pedantic?.

Anyway if you have a repro case of an actual failure we can take a closer look here but at present there's really nothing to go on here.

I'm pretty sure this is a duplicate of #2763 and #2769.

Also I think it's fixed in ec5aeec; please let me know if you still get this.