Skip to content

chore: Keep directory tree traversal in one place#188

Merged
rtimush merged 1 commit intomasterfrom
push-upvvoornutor
Jan 14, 2026
Merged

chore: Keep directory tree traversal in one place#188
rtimush merged 1 commit intomasterfrom
push-upvvoornutor

Conversation

@rtimush
Copy link
Collaborator

@rtimush rtimush commented Jan 7, 2026

There seems to be now reason why collecting proto files for a directory is done in two phases (first, iterating through the top-level directories, and then listing each directory recursively). We can as well start the recursion from the top-level directory directly.

This is technically a breaking change, as it means top-level proto files will be also included, when they previously were not. I don't think having to-level protos is common though though, and if someone does it I don't think protofetch should be the limiting factor.

@rtimush rtimush requested a review from a team January 7, 2026 15:24
@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@rtimush rtimush enabled auto-merge (squash) January 12, 2026 14:02
@rtimush rtimush merged commit 9cd4434 into master Jan 14, 2026
9 checks passed
@rtimush rtimush deleted the push-upvvoornutor branch January 14, 2026 08:41
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.

2 participants