This indeed explains a problem that has puzzled me for a long time.
In Emacs, I use an external system process (which will call mix format) to format Elixir code. After each formatting is completed, and I input recompile() in IEx, I find that the execution result of the code is not updated. I have to reopen IEx.
Today, I tried v1.18 with :auto_reload, and the problem is finally solved. Thanks!
Also, another question: why isn’t :auto_reload set to true by default? Or is there a plan to make it true by default?






















