planck-repl / planck

Stand-alone ClojureScript REPL
https://planck-repl.org
Eclipse Public License 1.0
1.03k stars 68 forks source link

Changes to an `ns` form are not reloaded #1051

Open rmschindler opened 3 years ago

rmschindler commented 3 years ago

When using (require 'app.core :reload) in the REPL, and there have been changes to the :requires in the ns form, I find that those changes are not honoured, and I have to stop and restart the REPL in order for those changes to take effect.

Is this by design, or is this an oversight? or am I missing something?