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

Squash generator decorators together to reduce number of TUs to compile #14108

Closed
7 of 8 tasks
alevenberg opened this issue May 1, 2024 · 0 comments · Fixed by #14253
Closed
7 of 8 tasks

Squash generator decorators together to reduce number of TUs to compile #14108

alevenberg opened this issue May 1, 2024 · 0 comments · Fixed by #14253
Assignees
Labels
type: cleanup An internal cleanup or hygiene concern.

Comments

@alevenberg
Copy link
Member

alevenberg commented May 1, 2024

Googlers can see: go/cloud-cxx:reducing-build-times

Milestone 1 - GAPICs

  • Move speech/v2/streaming.cc to internal
  • Fix gRPC/REST name clash in metadata decorator
  • Refactor GAPIC's BUILD.bazel files #14171
  • Add new service code generator. Turned on only if: !generate_rest_transport && !omit_client. Fix build files as needed.

Milestone 2 - (DI)REGAPICs

  • Turn on for REST. (sql, compute)

Milestone 3 - Veneers

Add handwritten conglomerate files and update build files. See: #14242

Cleanups

  • (optional) Clean up handling of streaming.cc
  • Emit NOLINT locally in conglomerate source files, instead of suppressing bugprone-suspicious-include globally
  • Copyright years should be max(2024, year) for conglomerate source files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants