Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dot_iex IEx.Config key to take precedence over existing configurations #13647

Merged
merged 4 commits into from
Jun 9, 2024

Conversation

camilleryr
Copy link
Contributor

As discussed in the google group this PR adds a dot_iex config option to the iex application for dot-iex path configuration

Let me know if there are any changes you would like to see!

lib/iex/lib/iex.ex Outdated Show resolved Hide resolved
@josevalim josevalim merged commit 26c6b1b into elixir-lang:main Jun 9, 2024
9 checks passed
@josevalim
Copy link
Member

💚 💙 💜 💛 ❤️

fhunleth added a commit to nerves-project/nerves_ssh that referenced this pull request Jan 6, 2025
The `:dot_iex_path` option changed to `:dot_iex` in Elixir 1.18. Since
NervesSSH was using the old option name, running the `iex.exs` file when
logging in stopped working.

This adds support for the new option name in Elixir 1.18 and normalizes
whatever the users passes in to work right on the version of Elixir that
they're using.

See elixir-lang/elixir#13647 for the links and
discussion about this update.
fhunleth added a commit to nerves-project/nerves_ssh that referenced this pull request Jan 6, 2025
The `:dot_iex_path` option changed to `:dot_iex` in Elixir 1.18. Since
NervesSSH was using the old option name, running the `iex.exs` file when
logging in stopped working.

This adds support for the new option name in Elixir 1.18 and normalizes
whatever the users passes in to work right on the version of Elixir that
they're using.

See elixir-lang/elixir#13647 for the links and
discussion about this update.
fhunleth added a commit to nerves-project/nerves_ssh that referenced this pull request Jan 6, 2025
The `:dot_iex_path` option changed to `:dot_iex` in Elixir 1.18. Since
NervesSSH was using the old option name, running the `iex.exs` file when
logging in stopped working.

This adds support for the new option name in Elixir 1.18 and normalizes
whatever the users passes in to work right on the version of Elixir that
they're using.

See elixir-lang/elixir#13647 for the links and
discussion about this update.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants