Nice! LGTM
Hi, Sergey! Thanks for the review! Fixed your comment and force-pushed the branch. See the corresponding run: https://github.com/tarantool/luajit/actions/runs/13925861146/job/38970063708#step:4:63 On 12.03.25, Sergey Bronnikov wrote:Please also bump codespell version in .github/workflows/lint.yml.Bumped: =================================================================== diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 85e1b646..b0fb83eb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -44,7 +44,7 @@ jobs: sudo apt -y install cmake ninja-build lua5.1 luarocks sudo luarocks install luacheck sudo pip3 install flake8==6.1.0 - sudo pip3 install codespell==2.2.5 + sudo pip3 install codespell==2.3.0 # Set CMAKE_BUILD_PARALLEL_LEVEL environment variable to # limit the number of parallel jobs for build/test step. echo CMAKE_BUILD_PARALLEL_LEVEL=$(($(nproc) + 1)) | tee -a $GITHUB_ENV ===================================================================On 11.03.2025 14:13, Sergey Bronnikov via Tarantool-patches wrote:<snipped>