Raise minimum Elixir version to v1.15 #1898
Annotations
10 errors and 11 warnings
Run mix test:
test/oban/testing_test.exs#L170
test perform_job/3 injecting a complete conf into the job before execution (Oban.TestingTest)
|
Run mix test:
test/oban/testing_test.exs#L158
test perform_job/3 respecting a worker's timeout (Oban.TestingTest)
|
Run mix test:
test/oban/testing_test.exs#L197
test perform_job/3 defaulting the number of attempts to mimic real execution (Oban.TestingTest)
|
Run mix test:
test/oban/testing_test.exs#L130
test perform_job/3 validating the return value of the worker's perform/1 function (Oban.TestingTest)
|
Run mix test:
test/oban/testing_test.exs#L126
test perform_job/3 passing non-map args through to an overridden new/2 function (Oban.TestingTest)
|
Run mix test:
test/oban/testing_test.exs#L223
test perform_job/3 emitting appropriate telemetry events (Oban.TestingTest)
|
Run mix test:
test/oban/testing_test.exs#L106
test perform_job/3 verifying that the worker implements the Oban.Worker behaviour (Oban.TestingTest)
|
Run mix test:
test/oban/testing_test.exs#L320
test refute_enqueued/1 refuting jobs with specific properties have been enqueued (Oban.TestingTest)
|
Run mix test:
test/oban/testing_test.exs#L297
test assert_enqueued/1 printing a helpful error message (Oban.TestingTest)
|
Run mix test:
test/oban/testing_test.exs#L337
test refute_enqueued/1 checking for jobs with complex and nested args (Oban.TestingTest)
|
Run mix ecto.migrate:
lib/oban/telemetry.ex#L621
JSON.encode_to_iodata!/1 is undefined (module JSON is not available or is yet to be defined)
|
Run mix ecto.migrate:
lib/oban/testing.ex#L576
JSON.decode!/1 is undefined (module JSON is not available or is yet to be defined)
|
Run mix ecto.migrate:
lib/oban/testing.ex#L575
JSON.encode!/1 is undefined (module JSON is not available or is yet to be defined)
|
Run mix test:
lib/oban/testing.ex#L576
JSON.decode!/1 is undefined (module JSON is not available or is yet to be defined)
|
Run mix test:
lib/oban/testing.ex#L575
JSON.encode!/1 is undefined (module JSON is not available or is yet to be defined)
|
Run mix test:
lib/oban/telemetry.ex#L621
JSON.encode_to_iodata!/1 is undefined (module JSON is not available or is yet to be defined)
|
Run mix deps.compile
Macro.Env.define_import/4 is undefined or private
|
Run mix deps.compile
Macro.Env.define_require/4 is undefined or private
|
Run mix deps.compile
Macro.Env.expand_alias/4 is undefined or private
|
Run mix deps.compile
Macro.Env.expand_import/5 is undefined or private
|
Run mix deps.compile
Macro.Env.expand_require/6 is undefined or private
|
Loading