Skip to content

Conversation

@transducer
Copy link

@transducer transducer commented Aug 26, 2022

The dependency org.clojure/data.json was removed from ClojureScript in
version 1.11.51 of May 13th 2022. See release notes:

Vendorization of tools.reader, data.json, and transit-clj
(...)
After conferring with the Clojure Team, we decided to vendorize all
these dependencies. This way we can AOT everything and be confident
that we won’t create a conflict that can’t easily be fixed via
normal dependency management. (...) The dependance on data.json has
been removed

This PR adds an explicit dependency on clojure.data.json.

Fixes #98

The dependency org.clojure/data.json was removed from ClojureScript in
version 1.11.51 of May 13th 2022. See release notes
https://clojurescript.org/news/2022-05-13-release:

Vendorization of tools.reader, data.json, and transit-clj
(...)
    After conferring with the Clojure Team, we decided to vendorize all
    these dependencies. This way we can AOT everything and be confident
    that we won’t create a conflict that can’t easily be fixed via
    normal dependency management. (...) The dependance on data.json has
    been removed

This commit adds an explicit dependency on clojure.data.json.

Fixes binaryage#98
@ashneo76
Copy link

This fix works for me. Thank you!

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.

I can't run Dirac on MacOS, it keeps complaining about org.clojure/data.json - even though it is listed as a dependency

2 participants