Fork me on GitHub
#graalvm
<
2021-06-15
>
rickmoynihan11:06:38

@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?

rickmoynihan11:06:19

Presumably it should always run with the same aliases etc

rickmoynihan11:06:21

I guess compile.clj could read the classpath as its sole command-line-arg… I’ll try that

rickmoynihan14:06:04

@borkdude: FYI this ⬆️ does seem to work; it’s a possible improvement I could issue a PR if you’re interested.

borkdude14:06:35

yeah, I think that makes sense. There is already a classpath task as well in the bb.edn

borkdude14:06:47

which we should feed into this script probably instead of hardcoding it

rickmoynihan14:06:14

funny you should mention that; that’s exactly what I did 🙂

rickmoynihan14:06:50

but I did it in my project, not your repo.