Skip to content

update tests to reflect bug fixes in absinthe #99

update tests to reflect bug fixes in absinthe

update tests to reflect bug fixes in absinthe #99

Triggered via push June 29, 2023 03:23
Status Success
Total duration 50s
Artifacts

elixir.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
test (1.10.4, 21.3)
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 (1.13.3, 24.2.1, lint): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
test (1.13.3, 24.2.1, lint): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
test (1.13.3, 24.2.1, lint): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
test (1.13.3, 24.2.1, lint): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
test (1.13.3, 24.2.1, lint): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
test (1.13.3, 24.2.1, lint)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
test (1.13.3, 24.2.1, lint)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
test (1.13.3, 24.2.1, lint)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
test (1.13.3, 24.2.1, lint)
:crypto.hmac/3 is undefined or private, use crypto:mac/4 instead
test (1.13.3, 24.2.1, lint)
: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 (1.13.3, 24.2.1, lint)
: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 (1.13.3, 24.2.1, lint)
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
test (1.13.3, 24.2.1, lint)
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
test (1.13.3, 24.2.1, lint): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead