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

Allow using WKT module as a dependency #2906

Merged
merged 1 commit into from
Apr 22, 2024
Merged

Allow using WKT module as a dependency #2906

merged 1 commit into from
Apr 22, 2024

Conversation

doriable
Copy link
Member

This fixes an issue where we were ignoring the use of buf.build/protocolbuffers/wellknowntypes
as a configured dependency by always skipping WKT import paths and then resolving the WKT
import at compile time.
This instead only skips the WKT path if it is not found in our module set, and otherwise adds
the module containing the WKT path as a dependency.

@doriable doriable marked this pull request as ready for review April 22, 2024 22:58
@doriable doriable merged commit ef49256 into bufmod Apr 22, 2024
10 checks passed
@doriable doriable deleted the bufmod-wkt branch April 22, 2024 23:19
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