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
gopls/internal/golang: fix hover panic in raw strings with CRLF
Because raw string literals discard '\r', using the physical file
offset to index the parsed string caused out-of-bounds panics on
files with Windows line endings.
Fixesgolang/go#77675
Change-Id: Iaf348c37eceb3a8da70df26c6aa6998d0696d57e
Reviewed-on: https://go-review.googlesource.com/c/tools/+/748322
Reviewed-by: Alan Donovan <adonovan@google.com>
Auto-Submit: Hongxiang Jiang <hxjiang@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
0 commit comments