leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
2020-07-02T09:11:40.319800Z

Hi 👋:skin-tone-2: I'm trying to use lein update-in to replace the dependency-vector in an alias; but f needs to be a resolvable fn; so no user-code can be used I think.

2020-07-02T14:37:00.320600Z

if you use clojure 1.10 or newer, you can use requiring-resolve as long as the source file is on the path properly when you attempt to access it

1
2020-07-02T14:37:48.321200Z

you can use ~(...) to "escape" the implicit quoted form in project.clj and execute code