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

Issue 5576061: code review 5576061: cmd/go: first piece of tool rearrangement (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 3 months ago by r
Modified:
13 years, 3 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

cmd/go: first piece of tool rearrangement 1) create go-tool dir in make.bash 2) clean up stale binaries in make.bash 3) add 'tool' command to go 4) convert goyacc->yacc as a first test tool Since goyacc stands alone, it's a safe trial.

Patch Set 1 #

Patch Set 2 : diff -r 23995c78329e /Users/r/go #

Total comments: 6

Patch Set 3 : diff -r 23995c78329e /Users/r/go1 #

Total comments: 1

Patch Set 4 : diff -r f36b37b08176 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -34 lines) Patch
A src/Make.tool View 1 1 chunk +49 lines, -0 lines 0 comments Download
M src/buildscript/darwin_386.sh View 1 chunk +1 line, -1 line 0 comments Download
M src/buildscript/darwin_amd64.sh View 1 chunk +1 line, -1 line 0 comments Download
M src/buildscript/freebsd_386.sh View 1 chunk +1 line, -1 line 0 comments Download
M src/buildscript/freebsd_amd64.sh View 1 chunk +1 line, -1 line 0 comments Download
M src/buildscript/linux_386.sh View 1 chunk +1 line, -1 line 0 comments Download
M src/buildscript/linux_amd64.sh View 1 chunk +1 line, -1 line 0 comments Download
M src/buildscript/linux_arm.sh View 1 chunk +1 line, -1 line 0 comments Download
M src/buildscript/netbsd_386.sh View 1 chunk +1 line, -1 line 0 comments Download
M src/buildscript/netbsd_amd64.sh View 1 chunk +1 line, -1 line 0 comments Download
M src/buildscript/openbsd_386.sh View 1 chunk +1 line, -1 line 0 comments Download
M src/buildscript/openbsd_amd64.sh View 1 chunk +1 line, -1 line 0 comments Download
M src/buildscript/plan9_386.sh View 1 chunk +1 line, -1 line 0 comments Download
M src/buildscript/windows_386.sh View 1 chunk +1 line, -1 line 0 comments Download
M src/buildscript/windows_amd64.sh View 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/Makefile View 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/go/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/go/main.go View 1 chunk +1 line, -0 lines 0 comments Download
A src/cmd/go/tool.go View 1 2 1 chunk +100 lines, -0 lines 0 comments Download
M src/cmd/yacc/Makefile View 1 chunk +5 lines, -5 lines 0 comments Download
M src/cmd/yacc/doc.go View 3 chunks +6 lines, -4 lines 0 comments Download
M src/cmd/yacc/units.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/cmd/yacc/units.y View 2 chunks +5 lines, -5 lines 0 comments Download
M src/cmd/yacc/yacc.go View 1 chunk +1 line, -1 line 0 comments Download
M src/make.bash View 1 chunk +13 lines, -3 lines 0 comments Download
M src/pkg/Makefile View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to /Users/r/go
13 years, 3 months ago (2012-01-28 19:01:04 UTC) #1
rsc
LGTM http://codereview.appspot.com/5576061/diff/2001/src/cmd/go/tool.go File src/cmd/go/tool.go (right): http://codereview.appspot.com/5576061/diff/2001/src/cmd/go/tool.go#newcode42 src/cmd/go/tool.go:42: case 'a' <= c && c <= 'z': ...
13 years, 3 months ago (2012-01-29 16:54:25 UTC) #2
r
http://codereview.appspot.com/5576061/diff/2001/src/cmd/go/tool.go File src/cmd/go/tool.go (right): http://codereview.appspot.com/5576061/diff/2001/src/cmd/go/tool.go#newcode42 src/cmd/go/tool.go:42: case 'a' <= c && c <= 'z': i ...
13 years, 3 months ago (2012-01-29 17:11:30 UTC) #3
rsc
LGTM http://codereview.appspot.com/5576061/diff/4003/src/cmd/go/tool.go File src/cmd/go/tool.go (right): http://codereview.appspot.com/5576061/diff/4003/src/cmd/go/tool.go#newcode90 src/cmd/go/tool.go:90: sort.StringSlice(names).Sort() sort.Strings(names)
13 years, 3 months ago (2012-01-29 17:17:33 UTC) #4
r
13 years, 3 months ago (2012-01-29 17:19:08 UTC) #5
*** Submitted as 83222b14d7a4 ***

cmd/go: first piece of tool rearrangement
1) create go-tool dir in make.bash
2) clean up stale binaries in make.bash
3) add 'tool' command to go
4) convert goyacc->yacc as a first test tool
Since goyacc stands alone, it's a safe trial.

R=rsc
CC=golang-dev
http://codereview.appspot.com/5576061
Sign in to reply to this message.

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