Improve logging of auth issues #918
Annotations
1 error and 75 warnings
Test (20.3, 1.5.3)
mix failed with every mirror
|
Test (21.3, 1.7.2)
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
|
Test (21.3, 1.7.2)
MIME.valid?/1 is deprecated. Use MIME.extensions(type) != [] instead
|
Test (21.3, 1.7.2):
lib/hex/stdlib.ex#L17
function Mix.ensure_application!/1 is undefined or private
|
Test (21.3, 1.7.2)
Plug.Adapters.Cowboy.http/3 is deprecated. Use Plug.Cowboy.http/3 instead
|
Test (21.3, 1.7.2)
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
Test (24, 1.12.3)
Plug.Adapters.Cowboy.http/3 is deprecated. Use Plug.Cowboy.http/3 instead
|
Test (24, 1.12.3)
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
Test (24, 1.12.3)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Test (24, 1.12.3)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Test (24, 1.12.3)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Test (24, 1.12.3)
:crypto.hmac/3 is undefined or private, use crypto:mac/4 instead
|
Test (24, 1.12.3)
:crypto.block_decrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
|
Test (24, 1.12.3)
:crypto.block_encrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
|
Test (24, 1.12.3)
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
Test (24, 1.12.3)
Plug.Crypto.safe_binary_to_term/1 is deprecated. Use non_executable_binary_to_term/2
|
Test (24, 1.12.3)
MIME.valid?/1 is deprecated. Use MIME.extensions(type) != [] instead
|
Test (24, 1.12.3)
Plug.Crypto.safe_binary_to_term/1 is deprecated. Use non_executable_binary_to_term/2
|
Test (25, 1.14.0)
Plug.Adapters.Cowboy.http/3 is deprecated. Use Plug.Cowboy.http/3 instead
|
Test (25, 1.14.0)
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
Test (25, 1.14.0)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Test (25, 1.14.0)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Test (25, 1.14.0)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Test (25, 1.14.0)
use Bitwise is deprecated. import Bitwise instead
|
Test (25, 1.13.4)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Test (25, 1.14.0)
use Bitwise is deprecated. import Bitwise instead
|
Test (25, 1.13.4)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Test (25, 1.14.0)
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
Test (25, 1.13.4)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Test (25, 1.14.0)
:crypto.block_decrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
|
Test (25, 1.14.0)
:crypto.hmac/3 is undefined or private, use crypto:mac/4 instead
|
Test (25, 1.13.4)
:crypto.block_decrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
|
Test (25, 1.14.0)
:crypto.block_encrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
|
Test (25, 1.13.4)
:crypto.hmac/3 is undefined or private, use crypto:mac/4 instead
|
Test (25, 1.14.0)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Test (25, 1.13.4)
:crypto.block_encrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
|
Test (25, 1.13.4)
Plug.Crypto.safe_binary_to_term/1 is deprecated. Use non_executable_binary_to_term/2
|
Test (25, 1.13.4)
MIME.valid?/1 is deprecated. Use MIME.extensions(type) != [] instead
|
Test (25, 1.13.4)
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
Test (25, 1.13.4)
Plug.Crypto.safe_binary_to_term/1 is deprecated. Use non_executable_binary_to_term/2
|
Test (25, 1.13.4)
Plug.Adapters.Cowboy.http/3 is deprecated. Use Plug.Cowboy.http/3 instead
|
Test (25, 1.13.4)
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
Test (22.3, 1.9.4)
Plug.Adapters.Cowboy.http/3 is deprecated. Use Plug.Cowboy.http/3 instead
|
Test (22.3, 1.9.4)
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
Test (22.3, 1.9.4)
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
|
Test (22.3, 1.9.4)
MIME.valid?/1 is deprecated. Use MIME.extensions(type) != [] instead
|
Test (22.3, 1.9.4):
lib/hex/stdlib.ex#L17
function Mix.ensure_application!/1 is undefined or private
|
Test (21.3, 1.6.6)
Plug.Adapters.Cowboy.http/3 is deprecated. Use Plug.Cowboy.http/3 instead
|
Test (21.3, 1.6.6)
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
Test (21.3, 1.6.6)
MIME.valid?/1 is deprecated. Use MIME.extensions(type) != [] instead.
|
Test (21.3, 1.6.6):
lib/hex/stdlib.ex#L17
function Mix.ensure_application!/1 is undefined or private
|
Test (21.3, 1.8.1)
Plug.Adapters.Cowboy.http/3 is deprecated. Use Plug.Cowboy.http/3 instead
|
Test (21.3, 1.8.1)
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
Test (21.3, 1.8.1)
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
|
Test (21.3, 1.8.1)
MIME.valid?/1 is deprecated. Use MIME.extensions(type) != [] instead
|
Test (21.3, 1.8.1):
lib/hex/stdlib.ex#L17
function Mix.ensure_application!/1 is undefined or private
|
Test (23.1, 1.11.3)
System.stacktrace/0 is deprecated, use __STACKTRACE__ instead
|
Test (23.1, 1.11.3)
System.stacktrace/0 is deprecated, use __STACKTRACE__ instead
|
Test (23.1, 1.11.3)
System.stacktrace/0 is deprecated, use __STACKTRACE__ instead
|
Test (23.1, 1.11.3)
System.stacktrace/0 is deprecated, use __STACKTRACE__ instead
|
Test (23.1, 1.11.3)
System.stacktrace/0 is deprecated, use __STACKTRACE__ instead
|
Test (23.1, 1.11.3)
System.stacktrace/0 is deprecated, use __STACKTRACE__ instead
|
Test (23.1, 1.11.3)
System.stacktrace/0 is deprecated, use __STACKTRACE__ instead
|
Test (23.1, 1.11.3)
System.stacktrace/0 is deprecated, use __STACKTRACE__ instead
|
Test (23.1, 1.11.3)
MIME.valid?/1 is deprecated. Use MIME.extensions(type) != [] instead
|
Test (23.1, 1.11.3)
Plug.Crypto.safe_binary_to_term/1 is deprecated. Use non_executable_binary_to_term/2
|
Test (23.1, 1.11.3)
Plug.Adapters.Cowboy.http/3 is deprecated. Use Plug.Cowboy.http/3 instead
|
Test (23.1, 1.11.3)
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
Test (23.1, 1.10.4)
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
|
Test (23.1, 1.10.4)
Plug.Crypto.safe_binary_to_term/1 is deprecated. Use non_executable_binary_to_term/2
|
Test (23.1, 1.10.4)
Plug.Crypto.safe_binary_to_term/1 is deprecated. Use non_executable_binary_to_term/2
|
Test (23.1, 1.10.4)
MIME.valid?/1 is deprecated. Use MIME.extensions(type) != [] instead
|
Test (23.1, 1.10.4):
lib/hex/stdlib.ex#L17
Mix.ensure_application!/1 is undefined or private
|
Test (23.1, 1.10.4)
:simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead
|
Test (23.1, 1.10.4)
Plug.Adapters.Cowboy.http/3 is deprecated. Use Plug.Cowboy.http/3 instead
|
Test (23.1, 1.10.4)
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|