Add cron integration for Oban #503
Annotations
1 error and 14 warnings
Test (Elixir 1.16, OTP 26.2)
Process completed with exit code 2.
|
Test (Elixir 1.11.4, OTP 21.3)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test (Elixir 1.11.4, OTP 21.3)
System.stacktrace/0 is deprecated, use __STACKTRACE__ instead
|
Test (Elixir 1.15, OTP 25.3)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test (Elixir 1.15, OTP 25.3)
use Bitwise is deprecated. import Bitwise instead
|
Test (Elixir 1.15, OTP 25.3)
use Bitwise is deprecated. import Bitwise instead
|
Test (Elixir 1.15, OTP 25.3)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Test (Elixir 1.15, OTP 25.3)
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
|
Test (Elixir 1.15, OTP 25.3)
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
|
Test (Elixir 1.15, OTP 25.3)
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
Test (Elixir 1.15, OTP 25.3)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Test (Elixir 1.15, OTP 25.3)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Test (Elixir 1.15, OTP 25.3)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Test (Elixir 1.16, OTP 26.2)
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Test (Elixir 1.16, OTP 26.2)
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|