Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support to protocol 14.05 #3164

Open
wants to merge 32 commits into
base: main
Choose a base branch
from

fix: get last message byte

4ae1de5
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

feat: support to protocol 14.05 #3164

fix: get last message byte
4ae1de5
Select commit
Loading
Failed to load commit list.
GitHub Actions / shellcheck succeeded Feb 2, 2025 in 1s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (3)

docker/config.sh|13 col 11| Use grep -q instead of comparing output with [ -n .. ].
start_gdb.sh|18 col 6| Check exit code directly with e.g. 'if mycmd;', not indirectly with $?.
recompile.sh|65 col 30| To redirect stdout+stderr, 2>&1 must be last (or use '{ cmd > file; } 2>&1' to clarify).