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

cmd: Cmd Terminated should rely on Process Wait() semantics instead of Go Cmd Wait() semantics #4493

Merged
merged 1 commit into from
Apr 30, 2021

Conversation

nicks
Copy link
Member

@nicks nicks commented Apr 30, 2021

Hello @landism,

Please review the following commits I made in branch nicks/ch11952:

bee2771 (2021-04-29 20:49:50 -0400)
cmd: Cmd Terminated should rely on Process Wait() semantics instead of Go Cmd Wait() semantics
The Go semantics are not what most people expect, and even Go team is considering changing them.

Code review reminders, by giving a LGTM you attest that:

  • Commits are adequately tested
  • Code is easy to understand and conforms to style guides
  • Incomplete code is marked with TODOs
  • Code is suitably instrumented with logging and metrics

@nicks nicks requested a review from landism April 30, 2021 00:51
@shortcut-integration
Copy link

@nicks nicks force-pushed the nicks/ch11952 branch 6 times, most recently from 8d0ace6 to 15b093c Compare April 30, 2021 17:12
…f Go Cmd Wait() semantics

The Go semantics are not what most people expect, and even Go team is considering changing them.

Fixes #4456
Copy link
Member

@landism landism left a comment

Choose a reason for hiding this comment

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

oy, that go issue

@nicks nicks merged commit cf602dd into master Apr 30, 2021
@nicks nicks deleted the nicks/ch11952 branch April 30, 2021 19:57
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