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
I don't think we should try to work around this case. It shouldn't happen (you're not supposed to delete tags), and if it does it should be short-lived, until a new release is published. (To be clear, a new release will fix the problem for the default, latest-version page, but the source links on the v1.33.0 will be broken until the tag is re-created.)
This case is another argument against the way we currently do source linking. See #39559 for more on that.
What is the URL of the page with the issue?
https://pkg.go.dev/google.golang.org/grpc/status
What is your user agent?
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36
Screenshot
What did you do?
Clicked on the outlined links
What did you expect to see?
Source code at https://github.com/grpc/grpc-go/blob/master/status/status.go#L100
What did you see instead?
404 page at https://github.com/grpc/grpc-go/blob/v1.33.0/status/status.go#L100
Note "v1.33.0" that doesn't exist.
The text was updated successfully, but these errors were encountered: