Chapter 19 (#21) #64
Annotations
4 errors and 11 warnings
Build and test:
apps/core/test/core_test.exs#L5
test greets the world (CoreTest)
|
Build and test:
apps/indicator/test/indicator_test.exs#L5
test greets the world (IndicatorTest)
|
Build and test:
apps/naive/test/naive_test.exs#L11
test Naive trader full trade(buy + sell) test (NaiveTest)
|
Build and test
Process completed with exit code 2.
|
Build and test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build and test
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
|
Build and test
use Bitwise is deprecated. import Bitwise instead
|
Build and test
use Bitwise is deprecated. import Bitwise instead
|
Build and test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Build and test
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Build and test
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
Build and test
:sys.get_debug/3 is deprecated. Incorrectly documented and only for internal use. can often be replaced with sys:get_log/1
|
Build and test
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Build and test
Test.LoggerMock.debug/1 is undefined (module Test.LoggerMock is not available or is yet to be defined)
|
Build and test
Test.PubSubMock.subscribe/2 is undefined (module Test.PubSubMock is not available or is yet to be defined)
|