cognitect-labs / REBL-distro

REBL-distro
368 stars 9 forks source link

REBL's REPL is not in a DynamicClassLoader #36

Closed seancorfield closed 3 years ago

seancorfield commented 5 years ago

I tried to use the add-lib branch of tools.deps.alpha with REBL, but got this error:

Execution error (IllegalAccessError) at clojure.tools.deps.alpha.repl/add-loader-url (repl.clj:32).
Context classloader is not a DynamicClassLoader

Since this is a REPL, it seems like it should provide the same dynamic context that Clojure's regular REPL does.

puredanger commented 4 years ago

Related: https://clojure.atlassian.net/browse/CLJ-2540

seancorfield commented 3 years ago

Given that this is moving upstream, and I no longer use REBL, I'd be happy for this to be closed (or stay open, up to you), but I'm unsub'ing from lots of old issues at this point.

seancorfield commented 3 years ago

Closing due to lack of feedback/interest.