Skip to content

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
Contributor

@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
1 check 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