lambdaisland

lilactown 2022-10-08T22:10:19.205799Z

is there an example of using lambaisland.classpath/update-classpath! to add a new path to the class path?

lilactown 2022-10-08T22:10:52.021119Z

the reference to deps/create-basis isn't lead to much illustrative documentation or examples

lilactown 2022-10-08T22:13:24.446769Z

here's what I'm trying rn

(classpath/update-classpath!
     {:extra
      {:extra-paths ["test_runner"]}})
which AFAICT isn't doing anything

lilactown 2022-10-08T22:14:28.654209Z

or rather, it does do something because my app totally breaks in a new way after I do that. but it's not reflected when I (println (classpath/classpath-directories))