Re: [elixir-core:11782] [Proposal] Project specific iex configuration

2024-06-06 Thread José Valim
Hi Chris, thanks for writing. > • will be used when `iex` is run from that directory not in the context of that mix project The reason this happens is exactly because IEx starts before Mix, so we can't use Mix to configure IEx. And I think that will get in the way of your proposal too. I hope th

[elixir-core:11782] [Proposal] Project specific iex configuration

2024-06-06 Thread Chris Miller
Currently we use the `dot-iex` file to configure an iex shell. The `dot-iex` file that gets loaded is the first of these three things that is found • --dot-iex PATH command line argument supplied to the iex command • '.iex.exs' file in the directory that iex is run from • '.iex.exs' file in dire