@borkdude: Looking at refl I see that the code to compute the classpath is duplicated in bb.edn
and compile.clj
- is there a good way to dry that up?
Presumably it should always run with the same aliases etc
I guess compile.clj
could read the classpath as its sole command-line-arg… I’ll try that
@borkdude: FYI this ⬆️ does seem to work; it’s a possible improvement I could issue a PR if you’re interested.
yeah, I think that makes sense. There is already a classpath
task as well in the bb.edn
which we should feed into this script probably instead of hardcoding it
funny you should mention that; that’s exactly what I did 🙂
but I did it in my project, not your repo.