You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heya, I wanted to make a deps autoloader that would catch errors about missing ns and auto import them using clojure 1.12's clojure.repl.deps/add-libs.
I think that information is only on Dewey's larger release artifacts, and downloading all those files is a tough proposition.
Ideally I'd like to end up with something like
{clojure.data.csv {:git/url "https://github.com/clojure/data.json"
:git/sha "c323f899a06653af9d66a8e0212b65d0ac6f7b7f"
:git/tag "v1.1.0}
;; more ns -> dep mappings
}
Do you have any thoughts or suggestions on how to end up with this data? We talked briefly on slack and you already suggesting new build artifacts and an API.
The text was updated successfully, but these errors were encountered:
Heya, I wanted to make a deps autoloader that would catch errors about missing ns and auto import them using clojure 1.12's
clojure.repl.deps/add-libs
.I think that information is only on Dewey's larger release artifacts, and downloading all those files is a tough proposition.
Ideally I'd like to end up with something like
Do you have any thoughts or suggestions on how to end up with this data? We talked briefly on slack and you already suggesting new build artifacts and an API.
The text was updated successfully, but these errors were encountered: