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(v2): ignore mixin methods during fragment gen #610

Merged
merged 1 commit into from
Apr 11, 2023

Conversation

noahdietz
Copy link
Collaborator

@noahdietz noahdietz commented Apr 11, 2023

Mixin methods don't have their request/response messages as part of the php_gapic_assembly_pkg, so they aren't able to be PostProcessor'd, and thus cannot have a build method fragment generated for them. We could potentially look at fixing this later, but for now, this is the most reasonable solution.

Tested via googleapis build that failed before, but passes now.

@noahdietz noahdietz requested a review from bshaffer April 11, 2023 23:37
@noahdietz noahdietz requested review from a team as code owners April 11, 2023 23:37
@noahdietz noahdietz added the automerge Merge the pull request once unit tests and other checks pass. label Apr 11, 2023
Copy link
Contributor

@bshaffer bshaffer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Surprised this didn't update any goldens 🤔

@noahdietz noahdietz merged commit 8ae9eee into googleapis:v2-dev Apr 11, 2023
@noahdietz noahdietz deleted the ignore-mixin-fragments branch April 11, 2023 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the pull request once unit tests and other checks pass.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants