A cider user is seeing a nil classpath for the scittle runtime. https://github.com/clojure-emacs/cider/issues/3716#issuecomment-2185315270 Does that ring a bell? We had seen (and you gracefully fixed) a similar thing for another runtime (bb probably)
scittle doesn't have a classpath, as far as I know
scittle doesn't even assume a file system
Would it make sense if https://github.com/babashka/scittle/blob/691ed3a31a9fd7e794cb5bf302f4b693ed002c56/bb.edn#L29 exposed as a classpath the set of dirs that can be possibly served? We'd be fine if the classpath was nil when running scittle in other ways
scittle's nrepl thing is a generic tool that doesn't know anything about what directories are served (those are served by an app server in a different process which sci.nrepl doesn't know anything about)
so I don't think it makes sense to think in terms of classpath here maybe
if it's useful I could add an option to sci.nrepl so you can optionally pass a classpath which it then sends back
but I'm not sure if that makes sense
checking back tomorrow
Thanks much for the hammocking. I'll post a thing in the GH thread, feel free to follow
I'll subscribe, thanks