Bump actions/checkout from 4.1.2 to 4.1.4 #332
Annotations
21 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Dialyzer
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
|
Dialyzer
use Bitwise is deprecated. import Bitwise instead
|
Dialyzer
use Bitwise is deprecated. import Bitwise instead
|
Dialyzer
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Dialyzer
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Dialyzer
invalid type annotation. The left side of :: must be a variable, got: nil | message. Note "left | right :: ann" is the same as "(left | right) :: ann". To solve this, use parentheses around the union operands: "left | (right :: ann)"
|
Dialyzer
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
Dialyzer
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1
|
Dialyzer
do not use "length(errors) > 0" to check if a list is not empty since length always traverses the whole list. Prefer to pattern match on a non-empty list, such as [_ | _], or use "errors != []" as a guard
|
|
Test
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
|
Test
use Bitwise is deprecated. import Bitwise instead
|
Test
use Bitwise is deprecated. import Bitwise instead
|
Test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Test
invalid type annotation. The left side of :: must be a variable, got: nil | message. Note "left | right :: ann" is the same as "(left | right) :: ann". To solve this, use parentheses around the union operands: "left | (right :: ann)"
|
Test
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
Test
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1
|
Test
do not use "length(errors) > 0" to check if a list is not empty since length always traverses the whole list. Prefer to pattern match on a non-empty list, such as [_ | _], or use "errors != []" as a guard
|
|
The logs for this run have expired and are no longer available.
Loading