Upgrade Elixir, OTP, and dependencies #72
Annotations
6 warnings
Test on OTP 27.2 / Elixir 1.18.2
using map.field notation (without parentheses) to invoke function SlippiChat.Repo.__adapter__() is deprecated, you must add parentheses instead: remote.function()
|
Test on OTP 27.2 / Elixir 1.18.2
using map.field notation (without parentheses) to invoke function SlippiChat.Repo.config() is deprecated, you must add parentheses instead: remote.function()
|
Test on OTP 27.2 / Elixir 1.18.2
using map.field notation (without parentheses) to invoke function SlippiChat.Repo.Migrations.CreateAccessTokens.__migration__() is deprecated, you must add parentheses instead: remote.function()
|
Test on OTP 27.2 / Elixir 1.18.2
using map.field notation (without parentheses) to invoke function SlippiChat.Repo.Migrations.CreateAccessTokens.__migration__() is deprecated, you must add parentheses instead: remote.function()
|
Test on OTP 27.2 / Elixir 1.18.2
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 on OTP 27.2 / Elixir 1.18.2
0..-2 has a default step of -1, please write 0..-2//-1 instead
|