Fork me on GitHub
#tools-build
<
2021-11-21
>
Ben Sless07:11:07

Is it possible in compile-clj (or uber) to only compile or copy reachable classes from a given entry point? I know this isn't currently supported, more curious if it's even realistic or worthwhile

borkdude09:11:09

Isn’t that already the behavior of compile, the function? Just use ns-compile with a single ns?

seancorfield17:11:13

@borkdude yes, that is specifically something we rely on at work @ben.sless

Alex Miller (Clojure team)17:11:42

Compile is a side effect of load, which will load the full transitive set of required by default