-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
doc/go1.14: document that unparsable URL in net/url.Error is now quoted #37661
doc/go1.14: document that unparsable URL in net/url.Error is now quoted #37661
Conversation
This PR (HEAD: 3ed9769) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/222037 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: 9f87b7c) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/222037 to see it. Tip: You can toggle comments from me using the |
Message from Ian Lance Taylor: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/222037. |
Message from Dmitri Shuralyov: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/222037. |
This PR (HEAD: 0e6b2cd) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/222037 to see it. Tip: You can toggle comments from me using the |
Message from Štefan Baebler: Patch Set 3: (3 comments) Thanks for the suggestions, Please don’t reply on this GitHub thread. Visit golang.org/cl/222037. |
Message from Dmitri Shuralyov: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/222037. |
This PR (HEAD: 5297df3) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/222037 to see it. Tip: You can toggle comments from me using the |
Message from Štefan Baebler: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/222037. |
Message from Štefan Baebler: Patch Set 4: (1 comment) Thanks for the suggestion Please don’t reply on this GitHub thread. Visit golang.org/cl/222037. |
Message from Ian Lance Taylor: Patch Set 5: Code-Review+2 Thanks! Please don’t reply on this GitHub thread. Visit golang.org/cl/222037. |
Message from Gobot Gobot: Patch Set 1: TryBots beginning. Status page: https://farmer.golang.org/try?commit=4cfe835f Please don’t reply on this GitHub thread. Visit golang.org/cl/222317. |
Message from Gobot Gobot: Patch Set 1: Build is still in progress... Other builds still in progress; subsequent failure notices suppressed until final report. Consult https://build.golang.org/ to see whether they are new failures. Keep in mind that TryBots currently test exactly your git commit, without rebasing. If your commit's git parent is old, the failure might've already been fixed. Please don’t reply on this GitHub thread. Visit golang.org/cl/222317. |
Message from Gobot Gobot: Patch Set 1: TryBot-Result-1 1 of 19 TryBots failed: Consult https://build.golang.org/ to see whether they are new failures. Keep in mind that TryBots currently test exactly your git commit, without rebasing. If your commit's git parent is old, the failure might've already been fixed. Please don’t reply on this GitHub thread. Visit golang.org/cl/222317. |
Message from Dmitri Shuralyov: Patch Set 1: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/222317. |
…et/url.Error is now quoted Updates #37614 Updates #36878 Updates #29384 Fixes #37630 Change-Id: I63dad8b554353197ae0f29fa2a84f17bffa58557 GitHub-Last-Rev: 5297df3 GitHub-Pull-Request: #37661 Reviewed-on: https://go-review.googlesource.com/c/go/+/222037 Reviewed-by: Ian Lance Taylor <iant@golang.org> (cherry picked from commit 2b0f481) Reviewed-on: https://go-review.googlesource.com/c/go/+/222317 Run-TryBot: Ian Lance Taylor <iant@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This PR is being closed because golang.org/cl/222317 has been merged. |
Fixes #37614
Updates #36878
Updates #29384
Updates #37630