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

Issue 4645078: code review 4645078: go/build: evaluate symlinks before comparing path to GOPATH (Closed)

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

Description

go/build: evaluate symlinks before comparing path to GOPATH

Patch Set 1 #

Total comments: 1

Patch Set 2 : diff -r 7ce1c776ff33 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M src/pkg/go/build/path.go View 1 chunk +3 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, 8 months ago (2011-07-03 07:57:32 UTC) #1
r
LGTM
13 years, 8 months ago (2011-07-03 12:31:32 UTC) #2
dsymonds
http://codereview.appspot.com/4645078/diff/1/src/pkg/go/build/path.go File src/pkg/go/build/path.go (right): http://codereview.appspot.com/4645078/diff/1/src/pkg/go/build/path.go#newcode91 src/pkg/go/build/path.go:91: if path, err = filepath.EvalSymlinks(path); err != nil { ...
13 years, 8 months ago (2011-07-03 13:51:45 UTC) #3
adg
On 3 July 2011 23:51, <dsymonds@golang.org> wrote: > > http://codereview.appspot.com/4645078/diff/1/src/pkg/go/build/path.go > File src/pkg/go/build/path.go (right): > ...
13 years, 8 months ago (2011-07-04 00:25:12 UTC) #4
adg
13 years, 8 months ago (2011-07-04 00:26:14 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=3b435848016e ***

go/build: evaluate symlinks before comparing path to GOPATH

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

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