From 604614a1683afd2f4315731acf5a7188f5d1d6a7 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Tue, 22 Oct 2024 16:19:12 -0700 Subject: [PATCH] [ci] Upgrade to wpiformat 2024.44 (#7256) This makes the C identifier list scanner correctly handle single quotes in numeric literals. --- .github/workflows/comment-command.yml | 2 +- .github/workflows/lint-format.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/comment-command.yml b/.github/workflows/comment-command.yml index 840761b0d4d..162ac4859f6 100644 --- a/.github/workflows/comment-command.yml +++ b/.github/workflows/comment-command.yml @@ -43,7 +43,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Install wpiformat - run: pip3 install wpiformat==2024.42 + run: pip3 install wpiformat==2024.44 - name: Run wpiformat run: wpiformat - name: Run spotlessApply diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index 386bfb4b2e0..09e76ce23e0 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -27,7 +27,7 @@ jobs: with: python-version: '3.10' - name: Install wpiformat - run: pip3 install wpiformat==2024.42 + run: pip3 install wpiformat==2024.44 - name: Run run: wpiformat - name: Check output @@ -66,7 +66,7 @@ jobs: with: python-version: '3.10' - name: Install wpiformat - run: pip3 install wpiformat==2024.42 + run: pip3 install wpiformat==2024.44 - name: Create compile_commands.json run: | ./gradlew generateCompileCommands -Ptoolchain-optional-roboRio