Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(111)

Issue 147690043: code review 147690043: go/build: do not consider "android.go" to be android-sp... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 7 months ago by r
Modified:
9 years ago
Reviewers:
gobot, shurcooL, dave, rsc, adg, minux
CC:
golang-codereviews, adg, rsc
Visibility:
Public.

Description

go/build: do not consider "android.go" to be android-specific A file name must have a non-empty underscore-separated prefix before its suffix matches GOOS. This is what the documentation already said but is not what the code did. Fixes issue 8838. This needs to be called out in the release notes. The he single affected file code.google.com/p/go.text/collate/tools/colcmp/darwin.go could use a renaming but works because it has a build tag inside.

Patch Set 1 #

Patch Set 2 : diff -r 895c694ab1359227a530d3deb9dc139167fa5bdf https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
M src/go/build/build.go View 1 chunk +12 lines, -0 lines 0 comments Download
M src/go/build/build_test.go View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 12
r
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
9 years, 7 months ago (2014-10-06 21:45:52 UTC) #1
adg
LGTM
9 years, 7 months ago (2014-10-06 21:48:25 UTC) #2
rsc
Lgtm On Monday, October 6, 2014, Andrew Gerrand <adg@golang.org> wrote: > LGTM > > -- ...
9 years, 7 months ago (2014-10-06 21:50:05 UTC) #3
r
*** Submitted as https://code.google.com/p/go/source/detail?r=222ddd760fc1 *** go/build: do not consider "android.go" to be android-specific A file ...
9 years, 7 months ago (2014-10-06 21:50:37 UTC) #4
minux
I have two questions regarding this change: 1. the go1.4.txt only talks about GOOS, however, ...
9 years, 7 months ago (2014-10-06 22:48:08 UTC) #5
adg
On 7 October 2014 09:48, minux <minux@golang.org> wrote: > I think this change is breaking ...
9 years, 7 months ago (2014-10-06 22:56:51 UTC) #6
rsc
On Mon, Oct 6, 2014 at 6:48 PM, minux <minux@golang.org> wrote: > I have two ...
9 years, 7 months ago (2014-10-06 23:22:05 UTC) #7
gobot
This CL appears to have broken the linux-amd64-noopt builder. See http://build.golang.org/log/3d004d5a73050609b5df66cc047bc484b69bca77
9 years, 7 months ago (2014-10-07 01:35:47 UTC) #8
r
The docs mentioned the old behavior as a special case. They do not now. Yes ...
9 years, 7 months ago (2014-10-07 02:13:44 UTC) #9
gobot
This changed caused perf changes on windows-amd64-perf: garbage-4 old new delta sys-stack 131072 98304 -25.00 ...
9 years, 7 months ago (2014-10-07 04:28:04 UTC) #10
dave_cheney.net
This sounds improbable. > On 7 Oct 2014, at 15:28, gobot@golang.org wrote: > > This ...
9 years, 7 months ago (2014-10-07 04:31:12 UTC) #11
shurcooL
9 years ago (2015-05-10 01:51:18 UTC) #12
Message was sent while issue was closed.
There's a typo in the comments:

// sytems, such as android, to arrive without breaking existing code with

"sytems" should be "systems".

On 2014/10/07 04:31:12, dfc wrote:
> This sounds improbable. 
> 
> 
> 
> > On 7 Oct 2014, at 15:28, mailto:gobot@golang.org wrote:
> > 
> > This changed caused perf changes on windows-amd64-perf:
> > 
> > 
> > garbage-4                 old          new      delta
> > sys-stack              131072        98304     -25.00
> > 
> > garbage-8                 old          new      delta
> > sys-stack              163840       131072     -20.00
> > 
> > garbage-16                old          new      delta
> > sys-stack              131072        98304     -25.00
> > 
> >
>
http://build.golang.org/perfdetail?commit=222ddd760fc1d40aba7a9e77c51ff388d97...
> > 
> > 
> > 
> > --gobot
> > 
> > 
> > https://codereview.appspot.com/147690043/
> > 
> > -- 
> > You received this message because you are subscribed to the Google Groups
> "golang-codereviews" group.
> > To unsubscribe from this group and stop receiving emails from it, send an
> email to mailto:golang-codereviews+unsubscribe@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b