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

vet: remove --quiet from git grep when output is expected #7305

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

atollena
Copy link
Collaborator

@atollena atollena commented Jun 6, 2024

We pass --quiet to git grep in places where we re-grep the output, which never yields any result because --quiet suppresses all output from stdout, even when -l is passed.

Remove --quiet from all grep in vet.

RELEASE NOTES: none

We pass --quiet to git grep in places where we re-grep the output, which never
yields any result because --quiet suppresses all output from stdout, even when
-l is passed.

Remove --quiet from all grep in vet
@atollena atollena requested a review from arvindbr8 June 6, 2024 09:45
@atollena atollena added Type: Internal Cleanup Refactors, etc Type: Meta Github repo, process, etc and removed Type: Internal Cleanup Refactors, etc labels Jun 6, 2024
@atollena atollena added this to the 1.65 Release milestone Jun 6, 2024
@arvindbr8 arvindbr8 modified the milestones: 1.65 Release, 1.66 Release Jun 6, 2024
Copy link
Member

@arvindbr8 arvindbr8 left a comment

Choose a reason for hiding this comment

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

You are right. errr, the change I added the --quiet in -- I remember I was tackling another problem. But everytime I run vet in Darwin it keeps hanging in an editor window when executing the git grep command.

My bad. Approved.

@arvindbr8 arvindbr8 merged commit 30c0cdd into grpc:master Jun 6, 2024
11 checks passed
@atollena atollena deleted the at/fix-vet branch June 7, 2024 08:39
@atollena
Copy link
Collaborator Author

atollena commented Jun 7, 2024

But everytime I run vet in Darwin it keeps hanging in an editor window when executing the git grep command.

Hmm. fwiw I also use Darwin, if you run into issues we can try to collaborate on them.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Meta Github repo, process, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants