]> Cypherpunks repositories - gostls13.git/commit
Revert "cmd/go: fix the default build output name for versioned binaries"
authorDmitri Shuralyov <dmitshur@golang.org>
Wed, 20 Mar 2019 18:16:33 +0000 (18:16 +0000)
committerDmitri Shuralyov <dmitshur@golang.org>
Fri, 22 Mar 2019 19:22:42 +0000 (19:22 +0000)
commit1e83369ca002218389e81235ed96d2bb509bb779
treebd5aeab1294e1732f0c3456a15e52346026c8546
parentd923309a17d1b7eeacc75798cdca905d5b143681
Revert "cmd/go: fix the default build output name for versioned binaries"

This reverts CL 140863 (commit bf94fc3ae387fc09929443393741919fac6727af).

Reason for revert: There was a potential problem spotted in the original
fix, which resulted in it being rolled back from release-branch.go1.12
and not included in Go 1.12.1 release. We intend to improve the fix and
include it in Go 1.12.2 instead. To make the fix easier to backport,
revert this change before re-applying the improved fix (next commit).

Change-Id: If6c785f58482d2531b5927c5ea7002f548c21c7c
Reviewed-on: https://go-review.googlesource.com/c/go/+/168402
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
src/cmd/go/internal/load/pkg.go
src/cmd/go/internal/test/test.go
src/cmd/go/internal/work/build.go
src/cmd/go/testdata/mod/rsc.io_fortune_v2_v2.0.0.txt
src/cmd/go/testdata/script/mod_build_versioned.txt [deleted file]