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

Issue 4271057: code review 4271057: filepath: new Abs function (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 1 month ago by niemeyer
Modified:
13 years, 7 months ago
Reviewers:
CC:
golang-dev, rsc1, peterGo, bsiegert, r, mattn
Visibility:
Public.

Description

filepath: new Abs function

Patch Set 1 #

Patch Set 2 : diff -r 1c4036d19e38 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 1c4036d19e38 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 1c4036d19e38 https://go.googlecode.com/hg/ #

Total comments: 3

Patch Set 5 : diff -r 091dac2e0b87 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -4 lines) Patch
M src/pkg/path/filepath/path.go View 1 2 3 4 1 chunk +15 lines, -0 lines 0 comments Download
M src/pkg/path/filepath/path_test.go View 1 2 3 4 3 chunks +45 lines, -4 lines 0 comments Download

Messages

Total messages: 12
niemeyer
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years, 1 month ago (2011-03-21 02:56:59 UTC) #1
rsc1
Not really sure this should refer to the current directory.
14 years, 1 month ago (2011-03-21 03:21:42 UTC) #2
niemeyer
> Not really sure this should refer to the current directory. Unless there's an explicit ...
14 years, 1 month ago (2011-03-21 03:42:21 UTC) #3
peterGo
Russ, Windows has a GetFullPathName function, which "merges the name of the current drive and ...
14 years, 1 month ago (2011-03-21 06:24:20 UTC) #4
bsiegert
On Mon, Mar 21, 2011 at 04:21, Russ Cox <rsc@google.com> wrote: > Not really sure ...
14 years, 1 month ago (2011-03-21 07:51:03 UTC) #5
niemeyer
Hi Benny, > I already ran into situations where I needed to have absolute paths ...
14 years, 1 month ago (2011-03-21 13:18:59 UTC) #6
niemeyer
Any chance of better input on this? On 2011/03/21 03:42:21, niemeyer wrote: > > Not ...
14 years, 1 month ago (2011-04-04 14:10:22 UTC) #7
r
http://codereview.appspot.com/4271057/diff/6001/src/pkg/path/filepath/path.go File src/pkg/path/filepath/path.go (right): http://codereview.appspot.com/4271057/diff/6001/src/pkg/path/filepath/path.go#newcode235 src/pkg/path/filepath/path.go:235: // If path is not absolute, it will be ...
14 years, 1 month ago (2011-04-04 16:28:33 UTC) #8
niemeyer
All comments addressed. PTAL
14 years, 1 month ago (2011-04-04 19:59:57 UTC) #9
r
LGTM but i'd like a windows reviewer to comment before i commit.
14 years, 1 month ago (2011-04-05 00:31:58 UTC) #10
mattn
LGTM I got PASS. and I guess there is enough tests. On 2011/04/05 00:31:58, r ...
14 years, 1 month ago (2011-04-05 00:48:44 UTC) #11
r
14 years, 1 month ago (2011-04-05 01:29:30 UTC) #12
*** Submitted as http://code.google.com/p/go/source/detail?r=c20415eecac9 ***

filepath: new Abs function

R=golang-dev, rsc1, peterGo, bsiegert, r, mattn
CC=golang-dev
http://codereview.appspot.com/4271057

Committer: Rob Pike <r@golang.org>
Sign in to reply to this message.

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