From d35f70cee3a45fc93c8acecbb8f115a0b04cfcd9 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 22 Apr 2024 13:16:52 -0600 Subject: contribs: port changes from go x/net/html to std html --- imworkingon/contribs.yml | 14 +++++++++++++- imworkingon/upstreams.yml | 10 +++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/imworkingon/contribs.yml b/imworkingon/contribs.yml index 044d9ee..20e96c8 100644 --- a/imworkingon/contribs.yml +++ b/imworkingon/contribs.yml @@ -94,7 +94,7 @@ want to hold up the main work. - urls: - https://github.com/golang/net/pull/208 - - https://go-review.googlesource.com/c/net/+/580855/2 + - https://go-review.googlesource.com/c/net/+/580855 tags: [Go, docs] desc: | The `html.EscapeString` and `html.UnescapeString` was once the @@ -102,6 +102,18 @@ been slowly drifting apart since 2012. This PR ports over documentation and performance improvements from std to x/net. + This will provide a consistent base for fixing bugs in + `html.UnescapeString` that were found when working on the + documentation parser in gotk4. +- urls: + - https://github.com/golang/go/pull/66970 + tags: [Go] + desc: | + The `html.EscapeString` and `html.UnescapeString` was once the + same between `"golang.org/x/net/html"` and std `"html"`, but has + been slowly drifting apart since 2012. This PR ports over + documentation and performance improvements from x/net to std. + This will provide a consistent base for fixing bugs in `html.UnescapeString` that were found when working on the documentation parser in gotk4. diff --git a/imworkingon/upstreams.yml b/imworkingon/upstreams.yml index b914e21..cc96eb6 100644 --- a/imworkingon/upstreams.yml +++ b/imworkingon/upstreams.yml @@ -36,10 +36,18 @@ and projects. - urls: - https://github.com/golang/net + - https://go.googlesource.com/net - https://go-review.googlesource.com/c/net - name: x/net + name: Go x/net desc: | `golang.org/x/net` is a set of supplementary Go networking libraries. These are used not just by programmers doing advanced networking things in Go, but are also used internally by the Go standard library. +- urls: + - https://github.com/golang/go + - https://go.googlesource.com/go + - https://go-review.googlesource.com/c/go + name: Go + desc: | + The Go programming language. -- cgit v1.2.3-2-g168b