Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
gixxi opened this issue Sep 16, 2021 · 4 comments

Comments

@gixxi
Copy link

gixxi commented Sep 16, 2021

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

@technomancy
Copy link
Owner

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?

@technomancy
Copy link
Owner

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.

@technomancy
Copy link
Owner

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

@technomancy
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants