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

Issue 224043: code review 224043: goinstall: an experiment in (external) package installation (Closed)

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

Description

goinstall: an experiment in (external) package installation

Patch Set 1 : code review 224043: goinstall: an experiment in (external) package installation #

Total comments: 4

Patch Set 2 : code review 224043: goinstall: an experiment in (external) package installation #

Total comments: 29

Patch Set 3 : code review 224043: goinstall: an experiment in (external) package installation #

Patch Set 4 : code review 224043: goinstall: an experiment in (external) package installation #

Patch Set 5 : code review 224043: goinstall: an experiment in (external) package installation #

Patch Set 6 : code review 224043: goinstall: an experiment in (external) package installation #

Patch Set 7 : code review 224043: goinstall: an experiment in (external) package installation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+745 lines, -3 lines) Patch
M misc/dashboard/godashboard/app.yaml View 1 chunk +3 lines, -0 lines 0 comments Download
A misc/dashboard/godashboard/package.py View 1 2 3 4 5 1 chunk +132 lines, -0 lines 0 comments Download
M src/cmd/clean.bash View 1 chunk +1 line, -1 line 0 comments Download
A src/cmd/goinstall/Makefile View 1 chunk +14 lines, -0 lines 0 comments Download
A src/cmd/goinstall/doc.go View 1 2 1 chunk +75 lines, -0 lines 0 comments Download
A src/cmd/goinstall/download.go View 1 2 3 4 5 1 chunk +163 lines, -0 lines 0 comments Download
A src/cmd/goinstall/main.go View 1 2 3 4 5 1 chunk +213 lines, -0 lines 0 comments Download
A src/cmd/goinstall/make.go View 1 2 3 1 chunk +67 lines, -0 lines 0 comments Download
A src/cmd/goinstall/parse.go View 1 2 3 4 5 1 chunk +72 lines, -0 lines 0 comments Download
M src/cmd/make.bash View 1 1 chunk +4 lines, -1 line 0 comments Download
M src/make.bash View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17
cw
So far this seems like a really neat concept and direction. I think I personally ...
15 years ago (2010-02-26 10:27:08 UTC) #1
rsc
> http://codereview.appspot.com/224043/diff/13/1016#newcode70 > src/cmd/goinstall/doc.go:70: the import path and the list of Go files in > ...
15 years ago (2010-02-26 16:18:03 UTC) #2
rsc
Hello adg (cc: cw, golang-dev@googlegroups.com), I'd like you to review this change.
15 years ago (2010-03-03 02:24:14 UTC) #3
adg
LGTM Let's see how this goes ... On 3 March 2010 13:24, <rsc@golang.org> wrote: > ...
15 years ago (2010-03-03 02:36:31 UTC) #4
adg
adg /home/adg/godev$ goinstall github.com/hoisie/web.go github.com/hoisie/web.go: unknown repository: github.com/hoisie/web.go adg /home/adg/godev$ goinstall github.com/jacobsa/igo.git/set github.com/jacobsa/igo.git/set: no such ...
15 years ago (2010-03-03 04:01:21 UTC) #5
r
didn't look at the python http://codereview.appspot.com/224043/diff/17/1041 File src/cmd/goinstall/doc.go (right): http://codereview.appspot.com/224043/diff/17/1041#newcode9 src/cmd/goinstall/doc.go:9: control systems, and it ...
15 years ago (2010-03-03 04:21:55 UTC) #6
rsc
On Tue, Mar 2, 2010 at 20:00, Andrew Gerrand <adg@golang.org> wrote: > adg /home/adg/godev$ goinstall ...
15 years ago (2010-03-03 05:12:38 UTC) #7
adg
On 3 March 2010 16:12, Russ Cox <rsc@golang.org> wrote: > On Tue, Mar 2, 2010 ...
15 years ago (2010-03-03 05:14:50 UTC) #8
rsc
Hello adg, r (cc: cw, golang-dev@googlegroups.com), Please take another look.
15 years ago (2010-03-04 02:41:55 UTC) #9
rsc
Addressed Rob's comments. Have not investigated Andrew's problem. Russ
15 years ago (2010-03-04 02:42:17 UTC) #10
r
LGTM http://codereview.appspot.com/224043/diff/17/1041 File src/cmd/goinstall/doc.go (right): http://codereview.appspot.com/224043/diff/17/1041#newcode76 src/cmd/goinstall/doc.go:76: did this text go anywhere? there are no ...
15 years ago (2010-03-04 04:36:36 UTC) #11
rsc
> did this text go anywhere? there are no new files. > (it's fine if ...
15 years ago (2010-03-04 17:38:30 UTC) #12
adg
On 4 March 2010 13:42, Russ Cox <rsc@golang.org> wrote: > Have not investigated Andrew's problem. ...
15 years ago (2010-03-05 00:18:40 UTC) #13
rsc
> When you run GOROOT/src/all.bash it cleans out > $GOROOT/pkg/GOOS_GOARCH. This means any packages a ...
15 years ago (2010-03-05 00:22:42 UTC) #14
rsc
> adg /home/adg/godev/web$ goinstall github.com/hoisie/web.go.git > github.com/hoisie/web.go.git: no such file or directory I cannot reproduce ...
15 years ago (2010-03-05 00:29:12 UTC) #15
adg
LGTM It seems to be working well now. On 5 March 2010 11:29, Russ Cox ...
15 years ago (2010-03-05 01:04:10 UTC) #16
rsc
15 years ago (2010-03-05 01:04:59 UTC) #17
*** Submitted as http://code.google.com/p/go/source/detail?r=8ef8f7073d10 ***

goinstall: an experiment in (external) package installation

R=adg, r
CC=cw, golang-dev
http://codereview.appspot.com/224043
Sign in to reply to this message.

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