CI pass on Elixir 1.20 and opt 29 (#112) #136
Annotations
18 warnings
|
test (1.20, 29, lint)
'catch ...' is deprecated; please use 'try ... catch ... end' instead.
|
|
test (1.20, 29, lint)
'catch ...' is deprecated; please use 'try ... catch ... end' instead.
|
|
test (1.20, 29, lint)
'catch ...' is deprecated; please use 'try ... catch ... end' instead.
|
|
test (1.20, 29, lint)
'catch ...' is deprecated; please use 'try ... catch ... end' instead.
|
|
test (1.20, 29, lint)
'catch ...' is deprecated; please use 'try ... catch ... end' instead.
|
|
test (1.20, 29, lint)
'catch ...' is deprecated; please use 'try ... catch ... end' instead.
|
|
test (1.20, 29, lint)
'catch ...' is deprecated; please use 'try ... catch ... end' instead.
|
|
test (1.20, 29, lint)
'catch ...' is deprecated; please use 'try ... catch ... end' instead.
|
|
test (1.20, 29, lint)
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
|
|
test (1.20, 29, lint)
using commas as separators in "mix do" is deprecated, use + between commands instead
|
|
test (1.19, 28)
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
|
|
test (1.19, 28)
using commas as separators in "mix do" is deprecated, use + between commands instead
|
|
test (1.15, 26)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
|
test (1.15, 26)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
|
test (1.15, 26)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
|
test (1.15, 26)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
|
test (1.15, 26)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
|
test (1.15, 26)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|