diff options
Diffstat (limited to 'imworkingon/contribs.yml')
-rw-r--r-- | imworkingon/contribs.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/imworkingon/contribs.yml b/imworkingon/contribs.yml index a218575..044d9ee 100644 --- a/imworkingon/contribs.yml +++ b/imworkingon/contribs.yml @@ -92,3 +92,16 @@ the maintainers had concerns about merging binary test files (very understandable, especially given the recent XZ issue!), but didn't want to hold up the main work. +- urls: + - https://github.com/golang/net/pull/208 + - https://go-review.googlesource.com/c/net/+/580855/2 + tags: [Go, docs] + 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 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. |