From 7ec9b57a4353a295b3446a35436d6cdc83019662 Mon Sep 17 00:00:00 2001 From: Eksperimental Date: Thu, 30 Oct 2025 08:13:03 -0500 Subject: [PATCH] Update apps in Mix.Tasks.New.reserved_application_names/0 - Hipe was removed in OTP 24 - Added `:tftp` --- lib/mix/lib/mix/tasks/new.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mix/lib/mix/tasks/new.ex b/lib/mix/lib/mix/tasks/new.ex index 6f534403d1..63a5d16749 100644 --- a/lib/mix/lib/mix/tasks/new.ex +++ b/lib/mix/lib/mix/tasks/new.ex @@ -144,10 +144,10 @@ defmodule Mix.Tasks.New do # 3. Elixir names ~w(boot_var compile config configfd env pa pz path run s setcookie)a ++ ~w(otp asn1 common_test compiler crypto debugger dialyzer diameter - edoc eldap erl_docgen erl_interface erts et eunit ftp hipe + edoc eldap erl_docgen erl_interface erts et eunit ftp inets jinterface kernel megaco mnesia observer odbc os_mon parsetools public_key reltool runtime_tools sasl snmp ssh - ssl stdlib syntax_tools toolbar tools typer wx xmerl)a ++ + ssl stdlib syntax_tools tftp toolbar tools typer wx xmerl)a ++ ~w(eex elixir ex_unit iex logger mix)a end