-
Notifications
You must be signed in to change notification settings - Fork 18k
x/build/cmd/releasebot: in uploadStagingRelease method, target parameter is unused #24614
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
Comments
/cc @andybons |
NeedsDecision will trigger review at the weekly proposal meeting. Marking as NeedsInvestigation. |
After working with this code in CL 234531, I'm pretty sure I understand what happened. In the documentation of the It's likely the So, this is harmless, and will be fixed by CL 234531. |
Change https://golang.org/cl/234531 mentions this issue: |
Consider the current code of the
Work.uploadStagingRelease
method in packagegolang.org/x/build/cmd/releasebot
:What did you expect to see?
The
target string
parameter should either be used, or it should be removed from the method signature (and not mentioned in the comment).What did you see instead?
Documentation talks about target (repeatedly), but the
target
parameter is unused in the function body./cc @rsc You wrote this code in CL 73333.
The text was updated successfully, but these errors were encountered: