You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go 1.19 adds new types to the sync/atomic package, and x/website's documentation renderer appears to need updates to be able to render it. https://tip.golang.org/pkg/sync/atomic/?m=old currently serves 502 as a result. Can be reproduced locally with:
website $ go1.16.15 run ./cmd/golangorg -goroot=$HOME/gotip
2022/08/02 11:25:51 https://go.dev/pkg/sync/atomic/?m=old
2022/08/02 11:25:51 http: panic serving 127.0.0.1:51876: interface conversion: ast.Expr is *ast.IndexExpr, not *ast.Ident
Change https://go.dev/cl/420794 mentions this issue: internal/pkgdoc: fix rendering of generics like atomic.Pointer
dmitshur
added
NeedsFix
The path to resolution is known, but the work has not been done.
and removed
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
labels
Aug 2, 2022
Go 1.19 adds new types to the
sync/atomic
package, and x/website's documentation renderer appears to need updates to be able to render it. https://tip.golang.org/pkg/sync/atomic/?m=old currently serves 502 as a result. Can be reproduced locally with:pkg.go.dev renders it okay, as seen at https://pkg.go.dev/sync/atomic@go1.19rc2.
This is similar to #51686.
CC @rsc, @jamalc.
The text was updated successfully, but these errors were encountered: