Skip to content

Commit 1dab831

Browse files
committed
Note IEx' recompile does not include deps, closes elixir-lang#11894
1 parent 9fbee88 commit 1dab831

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/iex/lib/iex/helpers.ex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,13 @@ defmodule IEx.Helpers do
6969
import IEx, only: [dont_display_result: 0]
7070

7171
@doc """
72-
Recompiles the current Mix application.
72+
Recompiles the current Mix project.
7373
7474
This helper only works when IEx is started with a Mix
7575
project, for example, `iex -S mix`. Note this function
7676
simply recompiles Elixir modules, without reloading
77-
configuration and without restarting applications.
77+
configuration, recompiling dependencies, or restarting
78+
applications.
7879
7980
Therefore, any long running process may crash on recompilation,
8081
as changed modules will be temporarily removed and recompiled,

0 commit comments

Comments
 (0)