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
{{ message }}
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
That way I think we should be able to avoid many pesky dependency conflicts with clojure projects connecting through lein-light-nrepl.
I'd be willing to have a go at it once the atom-shell release is out.
The text was updated successfully, but these errors were encountered:
I've taken an initial stab at this, it's going quite slowly.
Running source-deps is extremely slow: at first glance it seems that dependencies should be downloaded only if they don't already exist and then always re-mangle the project's files. You can avoid this to some degree by editing source in target/* and rerunning lein with-profile plugin.mranderson/config install
lein-light-nrepl/src/lighttable/nrepl/core.cljorg.apache.commons.io.output.WriterOutputStream. isn't caught by mranderson. Added to the ns macro.
lein-light-nrepl/src/lighttable/nrepl/eval.clj(defn eval-clj [fs cur-ns & [opts]] the fs arg is assumed to be the dependency fs. Renamed to forms.
clojure.data.json calls (load "json_compat_0_1") at the bottom of the file, json_compat_0_1.clj is not present after running source-deps
...
I would suggest we take the same route as:
I.e source-inlining dependencies using mranderson
That way I think we should be able to avoid many pesky dependency conflicts with clojure projects connecting through lein-light-nrepl.
I'd be willing to have a go at it once the atom-shell release is out.
The text was updated successfully, but these errors were encountered: