cmd/rebuild: rebuild -w is not the same as internal cmd/go action #23321
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
Milestone
In cmd/go/internal/work/buildid.go the method
(*Builder).updateBuildID
, when invoked withrewrite
true, implies that it is the same asgo tool buildid -w. But the code in the
updateBuildID` method does this:while the code in cmd/buildid/buildid.go does this:
These should be the same.
I imagine that the code in cmd/go is considered correct and the code in cmd/buildid should change.
The text was updated successfully, but these errors were encountered: