1
0
mirror of https://github.com/golang/go synced 2024-11-18 08:54:45 -07:00
go/internal/span
Rebecca Stambler 0725381040 internal/span: always uppercase the drive letter for Windows
Drive letters are always case-insensitive, so we should standardize them
by always keeping them uppercase.

Updates golang/go#36904

Change-Id: I8de25b175790b01627f947600c1511edf38c316c
Reviewed-on: https://go-review.googlesource.com/c/tools/+/217080
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
2020-01-30 22:30:17 +00:00
..
parse.go internal/span: change to private fields 2019-03-15 18:05:47 +00:00
span_test.go all: fix more typos 2019-09-11 15:13:14 +00:00
span.go internal/span: end of file is now last line +1 2019-10-07 18:54:44 +00:00
token111.go internal/span: adding a source location package to unify the pos conversions 2019-03-08 14:21:31 +00:00
token112.go internal/span: adding a source location package to unify the pos conversions 2019-03-08 14:21:31 +00:00
token_test.go internal/span: support line directives 2019-11-25 19:20:43 +00:00
token.go internal/lsp/cache: handle invalid analysis Pos 2020-01-29 01:28:57 +00:00
uri_test.go internal/span: always uppercase the drive letter for Windows 2020-01-30 22:30:17 +00:00
uri_windows_test.go internal/span: always uppercase the drive letter for Windows 2020-01-30 22:30:17 +00:00
uri.go internal/span: always uppercase the drive letter for Windows 2020-01-30 22:30:17 +00:00
utf16_test.go internal/span: handle character values beyond end of line in FromUTF16Column 2019-07-06 07:08:13 +00:00
utf16.go internal/span: handle invalid column values to avoid crashing 2019-09-23 19:53:54 +00:00