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

Issue 5343042: code review 5343042: goinstall: support googlecode subrepos and add repo mat... (Closed)

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

Description

goinstall: support googlecode subrepos and add repo match tests goinstall: don't hit network unless a checkout or update is required

Patch Set 1 #

Patch Set 2 : diff -r 9526029204c3 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 2b24fa6cd9d7 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 2b24fa6cd9d7 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 2b24fa6cd9d7 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 2b24fa6cd9d7 https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 7 : diff -r 4bec71996c9f https://go.googlecode.com/hg/ #

Patch Set 8 : diff -r 4bec71996c9f https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+479 lines, -207 lines) Patch
M src/cmd/goinstall/doc.go View 1 chunk +4 lines, -0 lines 0 comments Download
M src/cmd/goinstall/download.go View 1 2 3 4 5 6 7 4 chunks +317 lines, -205 lines 0 comments Download
A src/cmd/goinstall/download_test.go View 1 2 3 1 chunk +140 lines, -0 lines 0 comments Download
M src/cmd/goinstall/main.go View 1 2 3 2 chunks +18 lines, -2 lines 0 comments Download

Messages

Total messages: 12
adg
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 4 months ago (2011-11-04 09:29:50 UTC) #1
rsc
This looks fine but is inconsistent with the existing URLs. I think we need to ...
13 years, 4 months ago (2011-11-07 16:29:49 UTC) #2
rog
On 7 November 2011 16:29, <rsc@golang.org> wrote: > This looks fine but is inconsistent with ...
13 years, 4 months ago (2011-11-07 18:25:15 UTC) #3
rsc
On Mon, Nov 7, 2011 at 13:25, roger peppe <rogpeppe@gmail.com> wrote: > it's just a ...
13 years, 4 months ago (2011-11-07 18:37:04 UTC) #4
rog
On 7 November 2011 18:37, Russ Cox <rsc@golang.org> wrote: > On Mon, Nov 7, 2011 ...
13 years, 4 months ago (2011-11-07 18:41:56 UTC) #5
rsc
The links at http://code.google.com/p/go/source/clones are all r paths.
13 years, 4 months ago (2011-11-07 18:49:50 UTC) #6
adg
Agree. I'll write something up. Also I have been ruminating on this over the weekend. ...
13 years, 4 months ago (2011-11-07 20:34:52 UTC) #7
rsc
I want to understand the plan for the path change before we commit this CL. ...
13 years, 4 months ago (2011-11-07 21:53:38 UTC) #8
adg
Hello rsc@golang.org, rogpeppe@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 3 months ago (2011-11-17 22:54:39 UTC) #9
adg
This includes a refactoring so that goinstall won't hit the network unless a checkout or ...
13 years, 3 months ago (2011-11-17 22:56:35 UTC) #10
rsc
LGTM http://codereview.appspot.com/5343042/diff/15009/src/cmd/goinstall/download.go File src/cmd/goinstall/download.go (right): http://codereview.appspot.com/5343042/diff/15009/src/cmd/goinstall/download.go#newcode140 src/cmd/goinstall/download.go:140: getRepo func(repo string) (RemoteRepo, error) s/getR/r/ s/getG/g s/getB/b ...
13 years, 3 months ago (2011-11-21 13:45:03 UTC) #11
adg
13 years, 3 months ago (2011-11-21 20:10:36 UTC) #12
*** Submitted as http://code.google.com/p/go/source/detail?r=9840a7bf8aba ***

goinstall: support googlecode subrepos and add repo match tests
goinstall: don't hit network unless a checkout or update is required

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

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