From: Sergey Bronnikov via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: tarantool-patches@dev.tarantool.org,
Sergey Kaplun <skaplun@tarantool.org>,
max.kokryashkin@gmail.com
Subject: [Tarantool-patches] [PATCH 0/4][v2] Fix typos and enable checkpatch
Date: Mon, 17 Jul 2023 16:34:33 +0300 [thread overview]
Message-ID: <cover.1689600525.git.sergeyb@tarantool.org> (raw)
From: Sergey Bronnikov <sergeyb@tarantool.org>
Sometimes we do mistakes and typos. Reviewers spend a lot of
time in proofreading of comments, commit messages and code itself and
reports typos to authors. The idea is to automate a part of work made by reviewers
and highlight about all typos and code styles problems in continuous integration,
before sending patches to review.
Patches fixes typos in our own source code and enables checkpatch in CI and CMake.
Changelog v2:
- Added CMake targets.
- Fixed typo in a step name.
- Fixed two typos.
- Updated Github Action for checkpatch, now checkpatch runs in workflow,
not in action.
- Ignore check COMMIT_MESSAGE.
Branch: https://github.com/tarantool/luajit/tree/ligurio/gh-xxxx-spellchecking
Sergey Bronnikov (4):
ci: fix a step name
codehealth: fix typos
cmake: introduce 'check' and 'LuaJIT-checkpatch' targets
ci: enable checkpatch
.github/actions/checkpatch/action.yml | 11 +++++++
.github/workflows/lint.yml | 22 ++++++++++++-
src/lj_sysprof.c | 2 +-
src/lj_wbuf.h | 2 +-
src/luajit-gdb.py | 6 ++--
src/luajit_lldb.py | 6 ++--
test/CMakeLists.txt | 33 +++++++++++++++++++
test/LuaJIT-tests/src/ctest.c | 2 +-
test/tarantool-tests/CMakeLists.txt | 2 +-
test/tarantool-tests/fix-emit-rma.test.lua | 2 +-
.../gh-4199-gc64-fuse.test.lua | 2 +-
...-6096-external-unwinding-on-arm64.test.lua | 2 +-
test/tarantool-tests/gh-6163-min-max.test.lua | 2 +-
.../lj-416-xor-before-jcc.test.lua | 2 +-
...6-arm64-incorrect-check-closed-uv.test.lua | 2 +-
.../lj-512-profiler-hook-finalizers.test.lua | 4 +--
.../lj-603-err-snap-restore.test.lua | 2 +-
.../misclib-memprof-lapi.test.lua | 6 ++--
test/tarantool-tests/tap.lua | 4 +--
test/tarantool-tests/unit-jit-parse.test.lua | 2 +-
tools/memprof/parse.lua | 4 +--
tools/memprof/process.lua | 4 +--
22 files changed, 94 insertions(+), 30 deletions(-)
create mode 100644 .github/actions/checkpatch/action.yml
--
2.34.1
next reply other threads:[~2023-07-17 13:36 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-17 13:34 Sergey Bronnikov via Tarantool-patches [this message]
2023-07-17 13:34 ` [Tarantool-patches] [PATCH 1/4][v2] ci: fix a step name Sergey Bronnikov via Tarantool-patches
2023-07-17 15:43 ` Maxim Kokryashkin via Tarantool-patches
2023-07-17 13:34 ` [Tarantool-patches] [PATCH 2/4][v2] codehealth: fix typos Sergey Bronnikov via Tarantool-patches
2023-07-17 15:48 ` Maxim Kokryashkin via Tarantool-patches
2023-07-17 13:34 ` [Tarantool-patches] [PATCH 3/4][v2] cmake: introduce 'check' and 'LuaJIT-checkpatch' targets Sergey Bronnikov via Tarantool-patches
2023-07-17 16:10 ` Maxim Kokryashkin via Tarantool-patches
2023-07-20 18:07 ` Sergey Bronnikov via Tarantool-patches
2023-07-20 21:13 ` Maxim Kokryashkin via Tarantool-patches
2023-07-17 13:34 ` [Tarantool-patches] [PATCH 4/4][v2] ci: enable checkpatch Sergey Bronnikov via Tarantool-patches
2023-07-17 18:48 ` Maxim Kokryashkin via Tarantool-patches
2023-07-20 18:14 ` Sergey Bronnikov via Tarantool-patches
2023-07-20 21:14 ` Maxim Kokryashkin via Tarantool-patches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1689600525.git.sergeyb@tarantool.org \
--to=tarantool-patches@dev.tarantool.org \
--cc=estetus@gmail.com \
--cc=max.kokryashkin@gmail.com \
--cc=skaplun@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH 0/4][v2] Fix typos and enable checkpatch' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox