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
Reminder issue to remove version parsing and version data structures in the type checkers in favor of go/version, once the package is available for bootstrapping the compiler.
Tentatively marking for 1.23 (but it may be 1.24).
The text was updated successfully, but these errors were encountered:
This CL changes the FileVersions map to map to version strings
rather than Version structs, for use with the new go/versions
package.
Adjust the cmd/dist bootstrap package list to include go/version.
Adjust the compiler's noder to work with the new API.
For #62605.
For #63974.
Change-Id: I191a7015ba3fb61c646e9f9d3c3dbafc9653ccb5
Reviewed-on: https://go-review.googlesource.com/c/go/+/541296
Reviewed-by: Robert Griesemer <[email protected]>
Auto-Submit: Robert Griesemer <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Run-TryBot: Robert Griesemer <[email protected]>
Reviewed-by: Cherry Mui <[email protected]>
Reminder issue to remove version parsing and version data structures in the type checkers in favor of go/version, once the package is available for bootstrapping the compiler.
Tentatively marking for 1.23 (but it may be 1.24).
The text was updated successfully, but these errors were encountered: