Open ziopio opened 1 month ago
In Elixir version 1.17, the function elixir:start_iex/0 has been removed. This makes the grisp.ini boot args, suggested in the README, only valid up to elixir 1.16. We need to document this and find an alternative function to start the elixir shell.
elixir:start_iex/0
This seams to be the relevant commit
https://github.com/elixir-lang/elixir/commit/b3710dea972ddcbd5d2aa2472adc806305260f1d#diff-4ef990cb3eea7c6f679e231c209b8e72b628b95318756d6620883131ae084b1c
In Elixir version 1.17, the function
elixir:start_iex/0
has been removed. This makes the grisp.ini boot args, suggested in the README, only valid up to elixir 1.16. We need to document this and find an alternative function to start the elixir shell.