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

Issue 87890043: code review 87890043: undo CL 87300043 / 1dc800571456 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years ago by adg
Modified:
10 years ago
Reviewers:
gobot, rsc, dfc, bradfitz
CC:
golang-codereviews, bradfitz
Visibility:
Public.

Description

undo CL 87300043 / 1dc800571456 This breaks "go get -d repo/path/...". ««« original CL description cmd/go: do not miss an error if import path contains "cmd/something" Fixes issue 7638 LGTM=rsc R=rsc CC=golang-codereviews https://codereview.appspot.com/87300043 »»»

Patch Set 1 #

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

Patch Set 3 : diff -r 15c88860a91c https://code.google.com/p/go #

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

Messages

Total messages: 11
adg
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years ago (2014-04-15 00:17:21 UTC) #1
bradfitz
LGTM but re-open that old bug afterwards and tag it Go1.3 if it should be ...
10 years ago (2014-04-15 00:18:58 UTC) #2
adg
*** Submitted as https://code.google.com/p/go/source/detail?r=3f29d0979cce *** undo CL 87300043 / 1dc800571456 This breaks "go get -d ...
10 years ago (2014-04-15 00:20:11 UTC) #3
dfc
LGTM. Oops.
10 years ago (2014-04-15 00:26:20 UTC) #4
gobot
This CL appears to have broken the netbsd-amd64-bsiegert builder. See http://build.golang.org/log/7f1b3d19d9bf7524a0b99437449fdccc914ed3c8
10 years ago (2014-04-15 01:29:51 UTC) #5
rsc
I think this change was correct. What did 'go get -d' do?
10 years ago (2014-04-16 02:07:27 UTC) #6
rsc
FWIW, if you are going to roll back a change, it would be polite to ...
10 years ago (2014-04-16 02:08:00 UTC) #7
adg
On 16 April 2014 12:08, <rsc@golang.org> wrote: > FWIW, if you are going to roll ...
10 years ago (2014-04-16 02:35:13 UTC) #8
rsc
Thanks, and sorry for the confusion. 'hg undo' should probably prepopulate the CC list but ...
10 years ago (2014-04-16 02:37:16 UTC) #9
adg
On 16 April 2014 12:07, <rsc@golang.org> wrote: > I think this change was correct. What ...
10 years ago (2014-04-16 02:41:21 UTC) #10
rsc
10 years ago (2014-04-16 04:32:05 UTC) #11
Message was sent while issue was closed.
I think the change is correct because loadPackage might return any number of
errors, and only this one error about ... should be suppressed. It's not that we
have to retire ..., just that we have to figure out which errors we really want
to display here. Maybe loadPackage should return a different error in this case,
or maybe no error, or maybe the caller should check for it. I'll take a look
after gophercon.
Sign in to reply to this message.

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