afucher / clojure-repl-intellij

Free OpenSource IntelliJ plugin for Clojure REPL development.
MIT License
52 stars 5 forks source link

Eval does not use same session as load-file #52

Closed ericdallo closed 3 months ago

ericdallo commented 3 months ago

When we eval we are not using the same session as load-file making those two features not work together, if you load-file with requires and try to eval a code that use those requires a error will happen.