aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/typecheck/typecheck.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-02-11 19:10:10 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2021-03-23 03:49:17 +0000
commitb8371d495bb291f61e4fa3ac1b84116c70ac1223 (patch)
tree85740ff86d1fa08d8a0614ece2c5de219627e171 /src/cmd/compile/internal/typecheck/typecheck.go
parentb182ba7fabcd233a03bb8169634605a7fac6a856 (diff)
downloadgo-b8371d495bb291f61e4fa3ac1b84116c70ac1223.tar.gz
go-b8371d495bb291f61e4fa3ac1b84116c70ac1223.zip
runtime: support long paths without fixup on Windows 10 >= 1607
Windows 10 >= 1607 allows CreateFile and friends to use long paths if bit 0x80 of the PEB's BitField member is set. In time this means we'll be able to entirely drop our long path hacks, which have never really worked right (see bugs below). Until that point, we'll simply have things working well on recent Windows. Updates #41734. Updates #21782. Updates #36375. Change-Id: I765de6ea4859dd4e4b8ca80af7f337994734118e Reviewed-on: https://go-review.googlesource.com/c/go/+/291291 Trust: Jason A. Donenfeld <Jason@zx2c4.com> Run-TryBot: Jason A. Donenfeld <Jason@zx2c4.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/cmd/compile/internal/typecheck/typecheck.go')
0 files changed, 0 insertions, 0 deletions