Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix shared module read bucket for proto file refs and include_package_files #3512

Merged

Conversation

doriable
Copy link
Member

@doriable doriable commented Dec 4, 2024

In the case where multiple modules have shared module roots
due to the includes key in the module configuration, when using
a proto file ref with the includes_package_files option (https://buf.build/docs/reference/inputs/?#protofile)
the proto file ref may not exist in the module. We need to check for
that and skip accordingly.

@doriable doriable requested a review from emcfarlane December 4, 2024 22:33
Copy link
Contributor

github-actions bot commented Dec 4, 2024

The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedDec 4, 2024, 10:33 PM

@doriable doriable merged commit f93c18a into main Dec 5, 2024
12 checks passed
@doriable doriable deleted the fix-shared-module-roots-proto-file-ref-include-package-files branch December 5, 2024 17:38
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