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/record: rm unused vars #59

Merged
merged 3 commits into from
Feb 23, 2024
Merged

cmd/record: rm unused vars #59

merged 3 commits into from
Feb 23, 2024

Conversation

joshi4
Copy link
Contributor

@joshi4 joshi4 commented Feb 23, 2024

  • cmd/record: avoid context leak
  • cmd/record: handle unused variables
  • display: add Infof

Move code block that declares and uses gctx closer to where it is used.

Previously, we created it too early and didn't always call cancel.
@joshi4 joshi4 merged commit ad5d14e into main Feb 23, 2024
1 check passed
@joshi4 joshi4 deleted the sj/record-refactor branch February 23, 2024 06:33
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.

1 participant