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.
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
you can use ~(...)
to "escape" the implicit quoted form in project.clj and execute code