We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please, update fipp version up to 0.6.26 to avoid compile error.
fipp, a dependency of hashp, used to use a hack to access a private var in clojure.instant. That var has been removed, so library is broken.
How to reproduce bug:
mike@mbp03 clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version "1.12.0-alpha7"} hashp/hashp {:mvn/version "0.2.2"}}}' Clojure 1.12.0-alpha7 user=> (require '[hashp.core]) Syntax error compiling var at (fipp/ednize/instant.clj:11:13). Unable to resolve var: clojure.instant/thread-local-utc-timestamp-format in this context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please, update fipp version up to 0.6.26 to avoid compile error.
fipp, a dependency of hashp, used to use a hack to access a private var in clojure.instant.
That var has been removed, so library is broken.
How to reproduce bug:
The text was updated successfully, but these errors were encountered: