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

feat(generator/rust): full rename of module path #757

Merged

Conversation

coryan
Copy link
Contributor

@coryan coryan commented Jan 21, 2025

We will need to generate some well-known types in the gcp-sdk-wkt
crate. In this crate, only the root module contains all the message
types. Meanwhile, the types we want to generate, for example,
google.protobuf.Type reference each other and the existing
well-known types.

Part of the work for #37, motivated by #748

@coryan coryan marked this pull request as ready for review January 21, 2025 14:36
@coryan coryan requested a review from codyoss January 21, 2025 14:36
Copy link

codecov bot commented Jan 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.19%. Comparing base (d237fa4) to head (4d1fc7c).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #757   +/-   ##
=======================================
  Coverage   95.19%   95.19%           
=======================================
  Files          38       38           
  Lines        1416     1416           
=======================================
  Hits         1348     1348           
  Misses         68       68           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

We will need to generate some well-known types in the `gcp-sdk-wkt`
crate. In this crate, only the root module contains all the message
types. Meanwhile, the types we want to generate, for example,
`google.protobuf.Type` reference each other *and* the existing
well-known types.
@coryan coryan force-pushed the feat-generator-rust-full-rename-of-module-path branch from ebe508c to 4d1fc7c Compare January 21, 2025 15:46
@coryan coryan enabled auto-merge (squash) January 21, 2025 15:46
@coryan coryan merged commit 6490cec into googleapis:main Jan 21, 2025
14 checks passed
@coryan coryan deleted the feat-generator-rust-full-rename-of-module-path branch January 21, 2025 15:53
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