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

Update protobuf tests to use forked Closure test suite #636

Merged
merged 12 commits into from
Jan 7, 2025

Conversation

mollyibot
Copy link
Collaborator

No description provided.

@mollyibot mollyibot marked this pull request as ready for review January 2, 2025 20:48
@gkdn
Copy link
Collaborator

gkdn commented Jan 7, 2025

There are some unrelated changes in your PR.

@@ -20,5 +20,5 @@ goog.require('io.bazel.rules.closure.protobuf.Example');
function testExample() {
var msg = new io.bazel.rules.closure.protobuf.Example('value');
msg.field();
Copy link
Collaborator

Choose a reason for hiding this comment

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

this could be dropped

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Does this mean that this whole test should be dropped?

Copy link
Collaborator

Choose a reason for hiding this comment

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

just the line; it doesn't do anything.

@mollyibot
Copy link
Collaborator Author

There are some unrelated changes in your PR.

without those change, the checks would fail like this one https://buildkite.com/bazel/rules-closure-closure-compiler/builds/2960

These changes are to make the build pass.

@gkdn
Copy link
Collaborator

gkdn commented Jan 7, 2025

There are some unrelated changes in your PR.

without those change, the checks would fail like this one https://buildkite.com/bazel/rules-closure-closure-compiler/builds/2960

These changes are to make the build pass.

If you are trying to fix existing build, it should go to its own PR. Your PR and title would be otherwise very misleading.

BTW, you also dropped the tests in the last commit. Was that intentional?

@mollyibot
Copy link
Collaborator Author

mollyibot commented Jan 7, 2025

There are some unrelated changes in your PR.

without those change, the checks would fail like this one https://buildkite.com/bazel/rules-closure-closure-compiler/builds/2960
These changes are to make the build pass.

If you are trying to fix existing build, it should go to its own PR. Your PR and title would be otherwise very misleading.

BTW, you also dropped the tests in the last commit. Was that intentional?

Added the test back and removed unrelated change.

@gkdn
Copy link
Collaborator

gkdn commented Jan 7, 2025

I'm confused. Have you intentionally reverted changes to closure/protobuf/test/legacy/BUILD?

@mollyibot
Copy link
Collaborator Author

I'm confused. Have you intentionally reverted changes to closure/protobuf/test/legacy/BUILD?

nice catch, the file was local but missed in the commit. Added it back.

@gkdn
Copy link
Collaborator

gkdn commented Jan 7, 2025

"Update protobuf test to use jssuite from forked files" -> "Update protobuf tests to use forked Closure test suite"

Pls also double check your PR commit message to make sure it is clean.

@mollyibot mollyibot merged commit 9f58706 into bazelbuild:master Jan 7, 2025
2 checks passed
@gkdn
Copy link
Collaborator

gkdn commented Jan 7, 2025

"Update protobuf test to use jssuite from forked files" -> "Update protobuf tests to use forked Closure test suite"

Pls also double check your PR commit message to make sure it is clean.

@mollyibot I think you missed my reminder. You need to clean up commit messages while merging GitHub PRs.

@mollyibot mollyibot changed the title Update protobuf test to use jssuite from forked files Update protobuf tests to use forked Closure test suite Jan 7, 2025
@mollyibot
Copy link
Collaborator Author

"Update protobuf test to use jssuite from forked files" -> "Update protobuf tests to use forked Closure test suite"
Pls also double check your PR commit message to make sure it is clean.

@mollyibot I think you missed my reminder. You need to clean up commit messages while merging GitHub PRs.

sorry I missed this before merging the pr. I will clean up commit messages for next pr.

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