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: remove redundant fields #4713

Merged
merged 1 commit into from Jul 1, 2021
Merged

cmd: remove redundant fields #4713

merged 1 commit into from Jul 1, 2021

Conversation

nicks
Copy link
Member

@nicks nicks commented Jun 30, 2021

Hello @landism, @milas,

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

15142a7 (2021-06-30 18:10:54 -0400)
cmd: remove redundant fields

  • the spanID field was never used
  • statusCh and doneCh had the same close() semantics, so we can make one depend on the other

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

- the spanID field was never used
- statusCh and doneCh had the same close() semantics, so we can make one depend on the other
@nicks nicks requested review from landism and milas June 30, 2021 22:11
@nicks nicks merged commit 8dfec4c into master Jul 1, 2021
@nicks nicks deleted the nicks/cmd2 branch July 1, 2021 14: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