Skip to content

Fix decoding multiple frames in a single envelope in native protocol v5 #606

Fix decoding multiple frames in a single envelope in native protocol v5

Fix decoding multiple frames in a single envelope in native protocol v5 #606

Triggered via pull request July 10, 2024 08:41
Status Success
Total duration 2m 35s
Artifacts

main.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
Test (Elixir 1.17.1, OTP 27.0 — C* 4.1, Scylla 5.2)
using map.field notation (without parentheses) to invoke function Tesla.__middleware__() is deprecated, you must add parentheses instead: remote.function()
Test (Elixir 1.17.1, OTP 27.0 — C* 4.1, Scylla 5.2)
using map.field notation (without parentheses) to invoke function Tesla.__middleware__() is deprecated, you must add parentheses instead: remote.function()
Test (Elixir 1.17.1, OTP 27.0 — C* 3, Scylla 4.6.3)
using map.field notation (without parentheses) to invoke function Tesla.__middleware__() is deprecated, you must add parentheses instead: remote.function()
Test (Elixir 1.17.1, OTP 27.0 — C* 3, Scylla 4.6.3)
using map.field notation (without parentheses) to invoke function Tesla.__middleware__() is deprecated, you must add parentheses instead: remote.function()
Lint
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead