Skip to content

Commit c18f53e

Browse files
Update apps in Mix.Tasks.New.reserved_application_names/0 (#14876)
- Hipe was removed in OTP 24 - Added `:tftp`
1 parent 9a1c722 commit c18f53e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mix/lib/mix/tasks/new.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ defmodule Mix.Tasks.New do
144144
# 3. Elixir names
145145
~w(boot_var compile config configfd env pa pz path run s setcookie)a ++
146146
~w(otp asn1 common_test compiler crypto debugger dialyzer diameter
147-
edoc eldap erl_docgen erl_interface erts et eunit ftp hipe
147+
edoc eldap erl_docgen erl_interface erts et eunit ftp
148148
inets jinterface kernel megaco mnesia observer odbc os_mon
149149
parsetools public_key reltool runtime_tools sasl snmp ssh
150-
ssl stdlib syntax_tools toolbar tools typer wx xmerl)a ++
150+
ssl stdlib syntax_tools tftp toolbar tools typer wx xmerl)a ++
151151
~w(eex elixir ex_unit iex logger mix)a
152152
end
153153

0 commit comments

Comments
 (0)