forked from Lainports/freebsd-ports
This release includes type inference of patterns to provide warnings for an initial set of constructs (binaries, maps, and atoms). It also includes a new Duration data type to interact with Calendar types and support for Erlang/OTP 27. - https://github.com/elixir-lang/elixir/releases/tag/v1.17.0-rc.0
25 lines
548 B
Text
25 lines
548 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Elixir requires a compatible Erlang/OTP runtime. Ensure that you have
|
|
one of the following installed:
|
|
|
|
- lang/erlang-runtime27 or newer
|
|
|
|
Note that lang/erlang through lang/erlang-runtime26 are not compatible
|
|
with this build.
|
|
|
|
EOM
|
|
}
|
|
{ type: upgrade
|
|
message: <<EOM
|
|
Elixir requires a compatible Erlang/OTP runtime. Ensure that you have
|
|
one of the following installed, as you prefer:
|
|
|
|
- lang/erlang-runtime27 or newer
|
|
|
|
Note that lang/erlang through lang/erlang-runtime26 are not compatible
|
|
with this build.
|
|
EOM
|
|
}
|
|
]
|