You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix regexp change in OTP 28 that deprecated regexp module attributes
See elixir-lang/elixir#14381 for details.
With Elixir 1.19, this fixes the following warning:
```
warning: storing and reading regexes from module attributes is deprecated, inline the regex inside the function definition instead
│
162 │ Regex.match?(@sapi_version_regex, answer) ->
│ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
│
└─ lib/grizzly/zwave_firmware.ex:162: Grizzly.ZWaveFirmware.zwave_module_version/1
```
0 commit comments