gjaldon / ecto_enum

Ecto extension to support enums in models
MIT License
562 stars 131 forks source link

Resolve compile error with otp 25 #119

Closed alanvardy closed 1 year ago

alanvardy commented 1 year ago

Blast from the past @gjaldon

image

Getting compile time errors when compiling with Elixir 1.14.2 / OTP 25.1.2. The code I am changing is not incorrect but for some reason the compiler does not like it.

josevalim commented 1 year ago

This is an Elixir bug. We will ship v1.14.3 in a week.

gjaldon commented 1 year ago

Thanks for confirming this is a regression in Elixir @josevalim. Will be closing this then. Thanks anyway @alanvardy