ex-marcel icon indicating copy to clipboard operation
ex-marcel copied to clipboard

Bump to Elixir v1.16.0 and OTP 26

Open mbaleczny opened this issue 1 year ago • 5 comments

Also formatted the code, resolved String.slice/2 warning appearing with Elixir v1.16-otp-26 and updated github workflows ci config file

mbaleczny avatar Jan 31 '24 12:01 mbaleczny

thanks for the contribution, just added one question

michelson avatar Jan 31 '24 13:01 michelson

@michelson for elixir libraries anyone running older than 3 versions should be left behind. For exqlite I only support latest 3 versions of OTP and Elixir.

https://github.com/elixir-sqlite/exqlite/blob/8cac98612426d41672730d18511204eb23ce77a3/.github/workflows/ci.yml#L52-L53

I would say supporting back to 1.14 should be minimum and anyone on 1.12 needs to update as that does not compile with latest OTP at all and has severe security vulnerabilities.

  • https://endoflife.date/elixir
  • https://endoflife.date/erlang

warmwaffles avatar Apr 08 '24 16:04 warmwaffles

@michelson any news if we can get this bump to happen? The string slice warning is now appearing all over my tests.

warmwaffles avatar Aug 02 '24 20:08 warmwaffles