You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifying an invalid version in the install command (e.g. kiex install 17.0) initially displays the following error messages:
fatal: 'v17.0' is not a commit and a branch 'v17.0' cannot be created from it
error: pathspec 'v17.0' did not match any file(s) known to git
fatal: couldn't find remote ref v17.0
but then proceeds to install what I assume is the latest version in the Elixir repository (i.e. whatever's specified in the VERSION file on the main branch) under the name of the invalid version. This leads to some unexpected behavior like
$ kiex use 17.0-
$ elixir -v
...
Elixir 1.18.0-dev (64e4b89) (compiled with Erlang/OTP 27)
The text was updated successfully, but these errors were encountered:
Specifying an invalid version in the install command (e.g.
kiex install 17.0
) initially displays the following error messages:but then proceeds to install what I assume is the latest version in the Elixir repository (i.e. whatever's specified in the VERSION file on the main branch) under the name of the invalid version. This leads to some unexpected behavior like
The text was updated successfully, but these errors were encountered: