add guarded function support, bump version #54
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test/support/efx_omnipresent_example.ex#L1
@behaviour EfxCase.EfxOmnipresentExample does not exist (in module EfxCase.EfxOmnipresentExample)
|
test/support/efx_example.ex#L1
@behaviour EfxCase.EfxExample does not exist (in module EfxCase.EfxExample)
|
test/support/efx_omnipresent_example.ex#L5
got "@impl EfxCase.EfxOmnipresentExample" 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/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/support/efx_omnipresent_example.ex#L8
got "@impl EfxCase.EfxOmnipresentExample" for function another_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/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/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/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/support/efx_example.ex#L35
got "@impl EfxCase.EfxExample" for function guarded_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/support/efx_example.ex#L48
got "@impl EfxCase.EfxExample" for function one_liner/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
|
This job succeeded
Loading