Skip to content

Refactor sync messages in MainSocket #57

Refactor sync messages in MainSocket

Refactor sync messages in MainSocket #57

Triggered via pull request January 15, 2025 22:49
Status Failure
Total duration 44s
Artifacts

elixir.yml

on: pull_request
Build and test
36s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
Build and test
Process completed with exit code 4.
Build and test
The following actions use a deprecated Node.js version and will be forced to run on node20: buildjet/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/
Build and test: lib/xtb_client/connection.ex#L18
Modules should have a @moduledoc tag.
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