-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
x/tools/cmd/bundle: bundle discard some comments #20627
Comments
CL https://golang.org/cl/45190 mentions this issue. |
bundle tries to add prefixes to identifiers. But it doesn't update line info in token.FileSet. |
No, first impression is right. The underlying problem is #20635 |
CL https://golang.org/cl/45700 mentions this issue. |
Update x/net/http2 to git rev 6b17b9baf5 for: http2: stop rejecting outgoing paths beginning with two slashes https://golang.org/cl/45773 This also uses an updated version of x/tools/cmd/bundle (CL 45190) that fixes an edge case where it used to drop some comments. Updates #20627 Fixes #19103 Change-Id: I450d61485e66098f4f8a79954f729f7bcd85856f Reviewed-on: https://go-review.googlesource.com/45700 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Chris Broadfoot <cbro@golang.org>
Please answer these questions before submitting your issue. Thanks!
What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
Apply following patch.
then, go test.
What did you expect to see?
no errors.
What did you see instead?
Does this issue reproduce with the latest release (go1.8.3)?
I think so.
System details
I suspectgo/printer
package. But I didn't investigate it yet.The text was updated successfully, but these errors were encountered: