Add OTP 27 and Elixir 1.17 to CI matrix #1044
Annotations
14 warnings
Run tests
System.stacktrace/0 outside of rescue/catch clauses is deprecated. If you want to support only Elixir v1.7+, you must access __STACKTRACE__ inside a rescue/catch. If you want to support earlier Elixir versions, move System.stacktrace/0 inside a rescue/catch
|
Run tests
Plug.Crypto.safe_binary_to_term/1 is deprecated. Use non_executable_binary_to_term/2
|
Run tests
MIME.valid?/1 is deprecated. Use MIME.extensions(type) != [] instead
|
Run tests
Plug.Crypto.safe_binary_to_term/1 is deprecated. Use non_executable_binary_to_term/2
|
Run tests:
lib/hex/application.ex#L23
Mix.SCM.delete/1 is undefined or private
|
Run tests:
lib/hex/stdlib.ex#L17
Mix.ensure_application!/1 is undefined or private
|
Run tests
:simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
|
Run tests
using map.field notation (without parentheses) to invoke function HexpmWeb.Endpoint.__sockets__() is deprecated, you must add parentheses instead: remote.function()
|
Run tests
using map.field notation (without parentheses) to invoke function HexpmWeb.API.UserView.__resource__() is deprecated, you must add parentheses instead: remote.function()
|
Run tests
using map.field notation (without parentheses) to invoke function HexpmWeb.API.KeyPermissionView.__resource__() is deprecated, you must add parentheses instead: remote.function()
|
Set up hexpm
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
|
Set up hexpm
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
|
Set up hexpm
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Set up hexpm
0..-3 has a default step of -1, please write 0..-3//-1 instead
|
Loading