Skip to content

ci(tests.formatting): find -exec {} +#549

Merged
BirdeeHub merged 1 commit into
mainfrom
ci
May 20, 2026
Merged

ci(tests.formatting): find -exec {} +#549
BirdeeHub merged 1 commit into
mainfrom
ci

Conversation

@BirdeeHub
Copy link
Copy Markdown
Owner

find has this feature, and it also batches the files but automatically respects whatever ARG_MAX is. Lets use that instead of find -print0 | xargs -0 in the interest of only using 1 program for gathering the args

Context: #548

I forgot how find worked due to learning about the find -print0 | xargs -0 trick for the first time

The resulting log output is the same.

find has this feature, and it also batches the files but automatically
respects whatever ARG_MAX is. Lets use that instead of `find -print0 |
xargs -0` in the interest of only using 1 program for gathering the args

Context: #548

I forgot how find worked due to learning about the `find -print0 | xargs
-0` trick for the first time

The resulting log output is the same.
@BirdeeHub BirdeeHub merged commit e7ed7a1 into main May 20, 2026
2 checks passed
@BirdeeHub BirdeeHub deleted the ci branch May 20, 2026 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant