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

Issue 4627051: code review 4627051: go/build: include Import objects in Script Inputs (Closed)

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

Description

go/build: include Import objects in Script Inputs This has the effect of making goinstall rebuild a package's dependencies when they are newer than the current package object.

Patch Set 1 #

Total comments: 1

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

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

Messages

Total messages: 5
adg
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 9 months ago (2011-06-21 07:07:38 UTC) #1
rsc
This doesn't look correct. Don't you need to know which tree each import came from?
13 years, 9 months ago (2011-06-21 16:15:26 UTC) #2
adg
On 22 June 2011 02:15, Russ Cox <rsc@golang.org> wrote: > This doesn't look correct. Don't ...
13 years, 9 months ago (2011-06-21 22:41:25 UTC) #3
rsc
LGTM http://codereview.appspot.com/4627051/diff/1/src/pkg/go/build/build.go File src/pkg/go/build/build.go (right): http://codereview.appspot.com/4627051/diff/1/src/pkg/go/build/build.go#newcode40 src/pkg/go/build/build.go:40: t, p, err := FindTree(pkg) I missed this ...
13 years, 9 months ago (2011-06-22 19:29:38 UTC) #4
adg
13 years, 8 months ago (2011-06-23 00:15:55 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=e7e745dcb5aa ***

go/build: include Import objects in Script Inputs

This has the effect of making goinstall rebuild a package's
dependencies when they are newer than the current package object.

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

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