* [GIT PULL] Upgrade to clang-17 (for liburing's CI)
@ 2023-02-01 18:30 Ammar Faizi
2023-02-02 3:09 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Ammar Faizi @ 2023-02-01 18:30 UTC (permalink / raw)
To: Jens Axboe
Cc: Alviro Iskandar Setiawan, io-uring Mailing List,
GNU/Weeb Mailing List
Hi Jens,
clang-17 is now available. Upgrade the clang version in the liburing's
CI to clang-17.
Two prep patches to address `-Wextra-semi-stmt` warnings:
- Remove unnecessary semicolon (Alviro)
- Wrap the CHECK() macro with a do-while statement (Alviro)
A patch for the CI:
- Upgrade the clang version to 17 and append -Wextra-semi-stmt (me)
Please pull!
The following changes since commit 313aece03ab7dc7447a19cff5b5f542d0c1b2a1e:
multicqes_drain: make trigger event wait before reading (2023-01-30 09:26:42 -0700)
are available in the Git repository at:
https://github.com/ammarfaizi2/liburing.git tags/upgrade-to-clang17-2023-02-02
for you to fetch changes up to c1b65520c05413dbf8aa4ed892dbe730a8379de3:
github: Upgrade the clang version to 17 (2023-02-02 01:12:17 +0700)
----------------------------------------------------------------
Pull CI updates from Ammar Faizi:
Two prep patches to address `-Wextra-semi-stmt` warnings:
- Remove unnecessary semicolon (Alviro)
- Wrap the CHECK() macro with a do-while statement (Alviro)
A patch for the CI:
- Upgrade the clang version to 17 and append -Wextra-semi-stmt (me)
----------------------------------------------------------------
Alviro Iskandar Setiawan (2):
tests: Remove unnecessary semicolon
tests: Wrap the `CHECK()` macro with a do-while
Ammar Faizi (1):
github: Upgrade the clang version to 17
.github/workflows/build.yml | 8 ++++----
test/accept-link.c | 2 +-
test/defer-taskrun.c | 11 ++++++++---
test/defer.c | 2 +-
test/fixed-link.c | 2 +-
test/lfs-openat-write.c | 9 +++++----
test/lfs-openat.c | 9 +++++----
test/pipe-bug.c | 10 +++++++---
test/recv-multishot.c | 2 +-
test/timeout.c | 2 +-
10 files changed, 34 insertions(+), 23 deletions(-)
--
Ammar Faizi
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Upgrade to clang-17 (for liburing's CI)
2023-02-01 18:30 [GIT PULL] Upgrade to clang-17 (for liburing's CI) Ammar Faizi
@ 2023-02-02 3:09 ` Jens Axboe
0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2023-02-02 3:09 UTC (permalink / raw)
To: Ammar Faizi
Cc: Alviro Iskandar Setiawan, io-uring Mailing List,
GNU/Weeb Mailing List
On 2/1/23 11:30 AM, Ammar Faizi wrote:
> Hi Jens,
>
> clang-17 is now available. Upgrade the clang version in the liburing's
> CI to clang-17.
>
> Two prep patches to address `-Wextra-semi-stmt` warnings:
>
> - Remove unnecessary semicolon (Alviro)
>
> - Wrap the CHECK() macro with a do-while statement (Alviro)
>
> A patch for the CI:
>
> - Upgrade the clang version to 17 and append -Wextra-semi-stmt (me)
>
> Please pull!
>
> The following changes since commit 313aece03ab7dc7447a19cff5b5f542d0c1b2a1e:
>
> multicqes_drain: make trigger event wait before reading (2023-01-30 09:26:42 -0700)
>
> are available in the Git repository at:
>
> https://github.com/ammarfaizi2/liburing.git tags/upgrade-to-clang17-2023-02-02
>
> for you to fetch changes up to c1b65520c05413dbf8aa4ed892dbe730a8379de3:
>
> github: Upgrade the clang version to 17 (2023-02-02 01:12:17 +0700)
>
> ----------------------------------------------------------------
> Pull CI updates from Ammar Faizi:
>
> Two prep patches to address `-Wextra-semi-stmt` warnings:
>
> - Remove unnecessary semicolon (Alviro)
>
> - Wrap the CHECK() macro with a do-while statement (Alviro)
>
> A patch for the CI:
>
> - Upgrade the clang version to 17 and append -Wextra-semi-stmt (me)
Pulled, thanks.
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-02 3:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-01 18:30 [GIT PULL] Upgrade to clang-17 (for liburing's CI) Ammar Faizi
2023-02-02 3:09 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox