We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fbee88 commit 1dab831Copy full SHA for 1dab831
lib/iex/lib/iex/helpers.ex
@@ -69,12 +69,13 @@ defmodule IEx.Helpers do
69
import IEx, only: [dont_display_result: 0]
70
71
@doc """
72
- Recompiles the current Mix application.
+ Recompiles the current Mix project.
73
74
This helper only works when IEx is started with a Mix
75
project, for example, `iex -S mix`. Note this function
76
simply recompiles Elixir modules, without reloading
77
- configuration and without restarting applications.
+ configuration, recompiling dependencies, or restarting
78
+ applications.
79
80
Therefore, any long running process may crash on recompilation,
81
as changed modules will be temporarily removed and recompiled,
0 commit comments