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(bazel): retain importpath in Go rules #162

Merged
merged 2 commits into from
May 15, 2023

Conversation

quartzmo
Copy link
Member

No description provided.

@quartzmo quartzmo requested a review from a team as a code owner May 15, 2023 21:35
@@ -135,6 +135,8 @@ public void testRegeneration() throws IOException, InterruptedException {
gapicBuildFilePath, "library_java_gapic", "transport", "rest");
buildozer.batchRemoveAttribute(
gapicBuildFilePath, "library_py_gapic", "rest_numeric_enums");
buildozer.batchSetStringAttribute(
gapicBuildFilePath, "library_go_gapic", "importpath", "cloud.google.com/go/example/library/apiv1;library");
Copy link
Contributor

Choose a reason for hiding this comment

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

If this is being changed to differ from the "pure generated" baseline file, I think the updated.baseline file should contain that change as well. Basically, this should be something different than what is generated normally.

Copy link
Contributor

@noahdietz noahdietz left a comment

Choose a reason for hiding this comment

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

Great job @quartzmo

@noahdietz noahdietz added the automerge Merge the pull request once unit tests and other checks pass. label May 15, 2023
@gcf-merge-on-green gcf-merge-on-green bot merged commit 2786503 into googleapis:main May 15, 2023
4 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label May 15, 2023
@quartzmo quartzmo deleted the bazel-go-importpath branch May 15, 2023 21:58
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.

None yet

2 participants