-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git/directory dependencies don't work #12
Comments
A bit more research has yielded that This leaves me quite confused as to why |
Clojure uses a stream for loading: https://github.com/clojure/clojure/blob/28b87d53909774af28f9f9ba6dfa2d4b94194a57/src/jvm/clojure/lang/RT.java#L378 not
|
For some reason the loader can't find these while loading the clojure sources, but
io/resource
works. So I think it's either ShimDandy's loading strategy or the fact that clojure.lang.Compiler/LOADER is bound to an incorrect classloader.The text was updated successfully, but these errors were encountered: