zig_get compat for otp 24 #27
Annotations
2 errors and 4 warnings
|
|
lib/zig/manifest.ex#L59
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
lib/zig/type/enum.ex#L85
succ..last inside match is deprecated, you must always match on the step: succ..last//var or succ..last//_ if you want to ignore it
|
lib/zig/type/enum.ex#L98
a..b inside match is deprecated, you must always match on the step: a..b//var or a..b//_ if you want to ignore it
|
lib/zig/formatter.ex#L45
Zig.Formatter not active. If you need Formatter function, Please run `mix zig.get` to install it.
|
This job failed
Loading