You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments