Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make dynamic classpath modification robust to compiler loader binding
When the current classloader has no modifiable ancestor, do not rely on the compiler's classloader var binding, as it may be unbound in some circumstances. Instead, create a new dynamic classloader with the clojure runtime's ancestry.
- Loading branch information