If you do a "mix compile" in another terminal, this will cause "recompile" in iex to not find any code changes

Is there any way around this? Some way to “force reload” code on iex?
The reason I’m asking is this issue: https://github.com/tomekowal/flycheck-mix/issues/5

2 Likes

To answer my own question, yes, there is IEx.Helpers.r (or only r from the shell) which reloads module from .beam to memory.

2 Likes