Do not require parens for defeffect
#43
Annotations
9 warnings
Test on OTP 25.0.4 / Elixir 1.16.0
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test on OTP 25.0.4 / Elixir 1.15.0
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test on OTP 25.0.4 / Elixir 1.14.0
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test on OTP 25.0.4 / Elixir 1.14.0:
test/support/efx_example.ex#L1
@behaviour EfxCase.EfxExample does not exist (in module EfxCase.EfxExample)
|
Test on OTP 25.0.4 / Elixir 1.14.0:
test/support/efx_example.ex#L5
got "@impl EfxCase.EfxExample" for function get/0 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Test on OTP 25.0.4 / Elixir 1.14.0:
test/support/efx_example.ex#L10
got "@impl EfxCase.EfxExample" for function append_get/1 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Test on OTP 25.0.4 / Elixir 1.14.0:
test/support/efx_example.ex#L17
got "@impl EfxCase.EfxExample" for function fun_with_wildcard/1 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Test on OTP 25.0.4 / Elixir 1.14.0:
test/support/efx_example.ex#L24
got "@impl EfxCase.EfxExample" for function multi_fun/1 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
Test on OTP 25.0.4 / Elixir 1.14.0:
test/support/efx_example.ex#L33
got "@impl EfxCase.EfxExample" for function without_parens/0 but this behaviour does not specify such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|