-
Notifications
You must be signed in to change notification settings - Fork 320
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
Add google-cloud-cpp v2.29.0 #2742
base: main
Are you sure you want to change the base?
Conversation
Hello @bazelbuild/bcr-maintainers, modules without existing maintainers (google_cloud_cpp) have been updated in this PR. Please review the changes. |
@meteorcloudy @Wyverald could you please trigger the tests? Thanks. |
Done. |
976a2ca
to
b13de6b
Compare
"""Idiomatic C++ client libraries for Google Cloud Platform.""" | ||
|
||
module( | ||
name = "google_cloud_cpp", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why don’t you keep it named google-cloud-cpp ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought dashes sometimes lead to problems. If this is not the case, I can rename it of course.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’m not aware of this kind of issue. Have you seen it with bzlmod or only with workspace ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it was Python pip packages replacing dashes with underscores for some reason. But this might be related to Python importpath or similar.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually I noticed it has been chosen like this from upstream already. So I didn't change it in a patch. Would it be preferable to change it with a patch for the initial upload?
b13de6b
to
5d2d085
Compare
5d2d085
to
3f8872e
Compare
No description provided.