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

fix(gazelle): make cmd.Wait more idiomatic #1550

Merged
merged 2 commits into from
Nov 17, 2023

Conversation

aignas
Copy link
Collaborator

@aignas aignas commented Nov 9, 2023

It seems that the documentation for the cmd.Wait explicitly
asks the users to not wait on the command immediately after
starting because it may close pipes too early and cause
unintended side-effects as described in #1546.

Fixes #1546.

@rickeylev rickeylev added this pull request to the merge queue Nov 17, 2023
Merged via the queue into bazelbuild:main with commit cde1b52 Nov 17, 2023
3 checks passed
@aignas aignas deleted the fix/1546/move-gazelle-wait branch May 13, 2024 06:49
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.

gazelle extension calls cmd.Wait() too eagerly
2 participants