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
[release-branch.go1.22] all: merge master (0324250) into release-branch.go1.22
Merge List:
+ 2023-12-19 0324250 doc: comment out remaining TODOs in Go 1.22 relnotes (for now)
+ 2023-12-19 9dd1cde doc/go1.22,cmd/go: document that 'go mod init' no longer imports from other vendoring tools
+ 2023-12-19 22284c3 doc/go1.22: document removal of 'go get' support in GOPATH mode
+ 2023-12-19 339177a doc: typo fix for net/http.ServeMux
+ 2023-12-19 52dbffe cmd/go/internal/toolchain: revert "make a best effort to parse 'go run' and 'go install' flags"
Change-Id: I102e8267373364d0ad6170d36442d19048268765
<code>go</code><code>get</code> is no longer supported outside of a module in the
89
+
legacy <code>GOPATH</code> mode (that is, with <code>GO111MODULE=off</code>).
90
+
Other build commands, such as <code>go</code><code>build</code> and
91
+
<code>go</code><code>test</code>, will continue to work indefinitely
92
+
for legacy <code>GOPATH</code> programs.
94
93
</p>
95
94
96
95
<!-- CL 518776 -->
97
96
<p>
98
-
<!-- cmd/go: remove conversion of legacy pre-module dependency configs -->
97
+
<code>go</code><code>mod</code><code>init</code> no longer attempts to import
98
+
module requirements from configuration files for other vendoring tools
99
+
(such as <code>Gopkg.lock</code>).
99
100
</p>
100
101
101
102
<!-- CL 495447 -->
@@ -135,9 +136,9 @@ <h3 id="trace">Trace</h3>
135
136
136
137
<h3id="vet">Vet</h3>
137
138
138
-
<p><!-- CL 539016 -->
139
-
TODO: <ahref="https://go.dev/cl/539016">https://go.dev/cl/539016</a>: go/analysis/passes/loopclosure: disable checker after go1.22.; loopclosure was modified to only not report in files with GoVersion after 1.22.
140
-
</p>
139
+
<!-- <p><\!-- CL 539016 -\-> -->
140
+
<!-- TODO: <a href="https://go.dev/cl/539016">https://go.dev/cl/539016</a>: go/analysis/passes/loopclosure: disable checker after go1.22.; loopclosure was modified to only not report in files with GoVersion after 1.22. -->
141
+
<!-- </p> -->
141
142
142
143
<h4id="vet-appends">New warnings for missing values after append</h4>
0 commit comments