Any expected issues when upgrading to otp 28?
Is it safe to upgrade to otp 28 with the changes to regexes?
5 Replies
AFAIK if there are any issues you'll find out at compile time
Ok, I'll upgrade and see if anything happens.
I had compile errors with erlang 28.0 / elixir 1.18.4-otp-27.
Everything works with erlang 27.2.1 / elixir 1.18.3-otp-27.
Everything works with erlang 27.2.1 / elixir 1.18.3-otp-27.
Yep, there are issues with some packages and regexes etc.
Please report to the appropriate package maintainers
if no one is repsonsive and its a dependency of an Ash project LMK and I'll reach out
I recommend first updating all the Ash packages and doing a
mix compile --force
, then clean up all the deprecation warnings about the Regexes. The errors you'll get if you just upgrade Erlang to OTP 28 will be hard to debug.
I know all of the following are working on OTP 28:
Unrelated to Ash, but FWIW mix test.interactive
is currently not updated to handle OTP 28. I have an open PR to fix that, it's my last OTP 28 incompatible dep. 🙂