Move regexes out of module attributes for OTP 28 compatibility#453
Move regexes out of module attributes for OTP 28 compatibility#453PragTob merged 1 commit intobencheeorg:mainfrom
Conversation
|
👋 Hey, thank you very much for the PR! Could you provide some more background on the need for the change please? Skimming the OTP 28.0-rc2 release notes nothing seemed to jump out: https://erlang.org/download/otp_src_28.0-rc2.readme I tried to run with OTP 28 locally, but I don't have an elixir version compiled with OTP 28 readily available in asdf right now and too little time to see to compile it myself right now, although I think I could/should just build |
|
Hi! I can't find any documentation that actually says regexes in module attributes are not allowed/working anymore on OTP 28, but when trying to compile it errors like this: I did find this: Edit: And this one in Elixir stating that in the future Elixir 1.18 and 1.19 will warn when doing this: https://github.com/elixir-lang/elixir/pull/14381?ref=geekmonkey.org |
|
@TBK145 ay, marvelous - thank you very much! 💚 |

No description provided.