From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [87.239.111.99] (localhost [127.0.0.1]) by dev.tarantool.org (Postfix) with ESMTP id 9979349C081; Tue, 11 Jul 2023 19:52:15 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 9979349C081 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1689094335; bh=MH0el7/yy2itSOEQ4rvrdmY3xES0JbctTDEWGc0pQqk=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=cUNroul4Cp1WLi4/1SJg2j2K0hRF89U1pVpfFTZpXxZ6uH19Xp5ysT9Bzhfh4+DWB DxI9ZDfVC8quO4JrWZp1/VNyhZFgmIxmDSrvSHe+HX0PkN/f1a3bE+7Vvsojv1rh/f N354T13v+uFKw2gsqSIS2LqXxzONjjYDpPQGFfIQ= Received: from mail-lf1-f51.google.com (mail-lf1-f51.google.com [209.85.167.51]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 0DBC749C081 for ; Tue, 11 Jul 2023 19:52:14 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 0DBC749C081 Received: by mail-lf1-f51.google.com with SMTP id 2adb3069b0e04-4fba03becc6so8801757e87.0 for ; Tue, 11 Jul 2023 09:52:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689094333; x=1691686333; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=GFJePe+I3YTJ5jXlAX6BVkv0AQjUV/q2pARzSAiYYQI=; b=VLo/CS7Vac2q0AD0oDe9LeFDfCIA2ivjMVa8lH2pa9/3arEB7t4vObcqAaNOQEXpor 41dfWlj8CHAmhsBqz/xY6yowvRw7lriJEHhMhLIaKgjNs+5lr4Jg/epVctByIoYWkO+w ST5bEMKrSPGsT4vqQ8Pt77Jd7DFj2fQoFAD9//KBtj1TgzegJaz+JhafMpl1rAWurAQP QkCVmoZ1x+x5n6vmJPceGGTE+f/Sj/FUUB3NZl++hhzHqWnpTDQLWOpe4g6JBeqDQLQx C+ttGb63D5syTzVytIL8rG5P5+HbWtIsYBqg/rKPsiSTAZE47YKPTEAkEsPt4Gz+yr8O M5Cw== X-Gm-Message-State: ABy/qLYvonJoHfOD/uRWbIHGyuJloc/edS/x8DzRYyZ4vX1bzD00EjZZ NnDryBhocj6+sYjOSu+yMNADlhRycHw= X-Google-Smtp-Source: APBJJlFNWR7voy+cGoJ8xLCnPAoBXOXdzMZmjllGOARPSVk0FuhBwm8daHRfCAcICqLDLcPFk+69Og== X-Received: by 2002:a05:6512:3b0e:b0:4f9:6adf:3981 with SMTP id f14-20020a0565123b0e00b004f96adf3981mr7161129lfv.33.1689094332858; Tue, 11 Jul 2023 09:52:12 -0700 (PDT) Received: from pony.. ([31.173.86.237]) by smtp.gmail.com with ESMTPSA id q30-20020ac2511e000000b004fbdeca7b79sm378125lfb.247.2023.07.11.09.52.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Jul 2023 09:52:12 -0700 (PDT) To: tarantool-patches@dev.tarantool.org, Sergey Kaplun , Maxim Kokryashkin Date: Tue, 11 Jul 2023 19:51:30 +0300 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/2] Fix typos and enable checkpatch X-BeenThere: tarantool-patches@dev.tarantool.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Sergey Bronnikov via Tarantool-patches Reply-To: Sergey Bronnikov Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" From: Sergey Bronnikov 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. Branch: https://github.com/tarantool/luajit/tree/ligurio/gh-xxxx-spellchecking Sergey Bronnikov (2): test: fix typos ci: enable checkpatch .github/actions/checkpatch/action.yml | 17 +++++++++++++++++ .github/workflows/lint.yml | 14 ++++++++++++++ src/luajit-gdb.py | 6 +++--- src/luajit_lldb.py | 6 +++--- test/LuaJIT-tests/src/ctest.c | 2 +- test/tarantool-tests/CMakeLists.txt | 2 +- test/tarantool-tests/fix-emit-rma.test.lua | 2 +- test/tarantool-tests/gh-4199-gc64-fuse.test.lua | 2 +- ...gh-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 +- ...426-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 ++-- 19 files changed, 58 insertions(+), 27 deletions(-) create mode 100644 .github/actions/checkpatch/action.yml -- 2.34.1