Skip to content

Commit 2d05f57

Browse files
committed
Update IEx TODOs
1 parent 0a51c21 commit 2d05f57

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

lib/iex/lib/iex.ex

+4-1
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,10 @@ defmodule IEx do
887887
end
888888
end
889889

890-
# TODO: Make this public when we require Erlang/OTP 26+
890+
# TODO: The idea is to expose this as a public API once we require
891+
# Erlang/OTP 26 but it may not be possible. In such cases, we may
892+
# want to move this to another module.
893+
# See https://github.com/erlang/otp/issues/8113#issuecomment-1941613281
891894
@compile {:no_warn_undefined, {:shell, :start_interactive, 1}}
892895

893896
@doc false

lib/iex/lib/iex/cli.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Remove this whole module on Erlang/OTP 26+.
1+
# TODO: Remove this whole module on Erlang/OTP 26+.
22
defmodule IEx.CLI do
33
@moduledoc false
44

0 commit comments

Comments
 (0)