-
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: missing documentation of quoting the URL of url.Errors in go1.14 release notes #37614
Comments
See #29261 and https://golang.org/cl/185117. We even considered reverting the change (in https://golang.org/cl/195978), but we still forgot to add a release note. Sigh. |
This needs to be fixed on master branch first, then it can be backported to Go 1.14.x. I've changed the milestone of this issue to 1.15, and will open a backport issue for 1.14.x. @gopherbot Please open a backport issue for Go 1.14; this is a documentation fix. |
Backport issue(s) opened: #37630 (for 1.14). Remember to create the cherry-pick CL(s) as soon as the patch is submitted to master, according to https://golang.org/wiki/MinorReleases. |
Change https://golang.org/cl/222037 mentions this issue: |
Change https://golang.org/cl/222317 mentions this issue: |
…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>
I'm the one who approved and merged the change, so it's my bad for not remembering about the release notes. Apologies. |
No problem @mvdan. Thank you and @stefanb for contributing this improvement to Go 1.14 (FWIW, I've already benefitted from it at least once). There are many changes that go into a major Go release, and it's not always easy to know what is significant enough to be worth adding to the release notes. It is very helpful for the change author to assist with the relevant release note entry, if any, but writing release notes is an effort many people can contribute to. To enumerate some tools that can be used in the future to help ensure a change isn't missed for release notes:
Edit: I've also opened #37751 about improving |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Print a
url.Error
:What did you expect to see?
What did you see instead?
The URL is now quoted.
This originates from PR #29384 and is mentioned here: stellar/go#2325 (comment)
The documentation in the release notes of go1.14 is missing for this change.
The text was updated successfully, but these errors were encountered: