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

Avoid warnings in clojure 1.11 #58

Closed
wants to merge 1 commit into from

Conversation

pragyanatvade
Copy link

Clojure 1.11 introduced the abs method

Without this change, we will see this warning line every time we load the library

WARNING: abs already refers to: #'clojure.core/abs in namespace: taoensso.encore, being replaced by: #'taoensso.encore/abs

@ptaoussanis ptaoussanis self-assigned this Jan 22, 2022
ptaoussanis added a commit that referenced this pull request Feb 4, 2022
@ptaoussanis
Copy link
Member

Resolved in [com.taoensso/encore "3.21.0"], thanks!

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

Successfully merging this pull request may close these issues.

2 participants