We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a51c21 commit 2d05f57Copy full SHA for 2d05f57
lib/iex/lib/iex.ex
@@ -887,7 +887,10 @@ defmodule IEx do
887
end
888
889
890
- # TODO: Make this public when we require Erlang/OTP 26+
+ # 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
894
@compile {:no_warn_undefined, {:shell, :start_interactive, 1}}
895
896
@doc false
lib/iex/lib/iex/cli.ex
@@ -1,4 +1,4 @@
1
-# Remove this whole module on Erlang/OTP 26+.
+# TODO: Remove this whole module on Erlang/OTP 26+.
2
defmodule IEx.CLI do
3
@moduledoc false
4
0 commit comments