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

Update fipp version due to errors with clojure 1.12.0-alpha7 #23

Open
mikeananev opened this issue Feb 11, 2024 · 0 comments
Open

Update fipp version due to errors with clojure 1.12.0-alpha7 #23

mikeananev opened this issue Feb 11, 2024 · 0 comments

Comments

@mikeananev
Copy link

mikeananev commented Feb 11, 2024

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
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

1 participant