]> Cypherpunks repositories - gostls13.git/commit
doc/go1.20: document changes to the loopclosure vet analysis
authorRobert Findley <rfindley@google.com>
Tue, 15 Nov 2022 16:30:55 +0000 (11:30 -0500)
committerRobert Findley <rfindley@google.com>
Tue, 22 Nov 2022 02:52:19 +0000 (02:52 +0000)
commitf41fdc126786ced31e58649d2a1f5ec8da13c439
treef547a3abfee23597d03a21e57e4a15fbfeb61a3f
parent14a41387acb6389a8f2f97d337b68c4bc2730eb4
doc/go1.20: document changes to the loopclosure vet analysis

Address the release notes TODO regarding the loopclosure analyzer,
documenting the new warning for parallel subtests.

In doing so, choose a structure for the vet section, opting for h4
headings. In recent years, we have used either h4 headings or simple
paragraphs to document vet changes. This year, I thought it worthwhile
to put the timeformat and loopclosure changes into separate sections.

Also document the improvements to reference capture detection introduced
in CL 452615.

Change-Id: I05886f7025d66bb7f2609f787f69d1a769ca6f5e
Reviewed-on: https://go-review.googlesource.com/c/go/+/450735
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Tim King <taking@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
doc/go1.20.html