-
Notifications
You must be signed in to change notification settings - Fork 18.5k
mime: keep going parsing after trailing semicolon #47029
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
Conversation
|
This PR (HEAD: 6372fce) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/332509 to see it. Tip: You can toggle comments from me using the |
|
Message from Go Bot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Damien Neil: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
How can i write some comment/answer in gerrit from browser? |
|
This PR (HEAD: caae34a) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/332509 to see it. Tip: You can toggle comments from me using the |
|
You have to sign into Gerrit to respond to comments there. |
|
Message from Ian Lance Taylor: Patch Set 5: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Go Bot: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Go Bot: Patch Set 5: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
I sign into Gerrit (in browser) by my email, but I can't find any reply/comment button/input |
|
When I go to https://golang.org/cl/332509 I see a blue "Reply" button in the middle, near the top, above the description of the change. What do you see? |
|
Message from Damien Neil: Patch Set 5: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Damien Neil: Patch Set 6: Patch Set 5 was rebased Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Damien Neil: Patch Set 6: Run-TryBot+1 Code-Review+2 Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Go Bot: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Go Bot: Patch Set 6: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Ian Lance Taylor: Patch Set 6: Trust+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
That's odd. You're right, of course: there is no Reply button. Here are examples of what the page should look like for a signed in user: https://gerrit-review.googlesource.com/Documentation/user-review-ui.html . What browser and OS are you using? It may be appropriate to raise this as an issue with Gerrit. See https://www.gerritcodereview.com/issues.html. Assuming that web page works for you.... Sorry for the difficulties. |
|
Message from Zeke Lu: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
This PR (HEAD: 7ad670b) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/332509 to see it. Tip: You can toggle comments from me using the |
|
I'm sorry, I have no suggestions. It does seem to work for most people. What browser and OS are you using? |
|
FF 56 x64 I don't update it to Quatum yet because of plugins |
|
Message from Illirgway: Patch Set 8: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Damien Neil: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Ian Lance Taylor: Patch Set 5: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Go Bot: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Go Bot: Patch Set 5: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Damien Neil: Patch Set 5: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Damien Neil: Patch Set 6: Patch Set 5 was rebased Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Damien Neil: Patch Set 6: Run-TryBot+1 Code-Review+2 Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Go Bot: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Go Bot: Patch Set 6: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Ian Lance Taylor: Patch Set 6: Trust+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Zeke Lu: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Illirgway: Patch Set 8: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Ian Lance Taylor: Patch Set 8: Run-TryBot+1 Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Go Bot: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
|
Message from Go Bot: Patch Set 8: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/332509. |
Fixes #46323 Change-Id: Ibd624b1aaa15f907b7eb965b4eaec61018a45486 GitHub-Last-Rev: 7ad670b GitHub-Pull-Request: #47029 Reviewed-on: https://go-review.googlesource.com/c/go/+/332509 Trust: Ian Lance Taylor <[email protected]> Trust: Damien Neil <[email protected]> Reviewed-by: Damien Neil <[email protected]>
|
This PR is being closed because golang.org/cl/332509 has been merged. |
Fixes #46323