backport: add action field to form + input_changed #227
Annotations
2 errors and 10 warnings
|
Compile & lint dependencies
The operation was canceled.
|
Compile & lint dependencies
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Compile & lint dependencies
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Compile & lint dependencies
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Compile & lint dependencies
use Bitwise is deprecated. import Bitwise instead
|
Compile & lint dependencies
use Bitwise is deprecated. import Bitwise instead
|
Compile & lint dependencies
:crypto.hmac/3 is undefined or private, use crypto:mac/4 instead
|
Compile & lint dependencies
: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
|
Compile & lint dependencies
: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
|
Compile & lint dependencies
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Compile & lint dependencies
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
|
Loading