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

Issue 132730043: code review 132730043: path, path/filepath: remove dead code (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 8 months ago by dave
Modified:
9 years, 8 months ago
Reviewers:
r, ruiu, bradfitz
CC:
bradfitz, ruiu, r, golang-codereviews
Visibility:
Public.

Description

path, path/filepath: remove dead code Fixes issue 8503. Thanks to no.smile.face for the original report.

Patch Set 1 #

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

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

Patch Set 4 : diff -r 1991f0eb1bb4fa59d6d9ed8835d892bd2c340430 https://code.google.com/p/go #

Total comments: 3

Patch Set 5 : diff -r a85c5a932a3150b91f0d4528211b9597f08cd37d https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -16 lines) Patch
M src/pkg/path/filepath/path.go View 1 2 3 4 1 chunk +0 lines, -7 lines 0 comments Download
M src/pkg/path/path.go View 1 1 chunk +1 line, -9 lines 0 comments Download

Messages

Total messages: 7
dave_cheney.net
Hello bradfitz@golang.org, ruiu@google.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
9 years, 8 months ago (2014-08-21 09:44:29 UTC) #1
bradfitz
LGTM But cc Rob in case he remembers why this was written like this. On ...
9 years, 8 months ago (2014-08-21 17:28:03 UTC) #2
r
LGTM probably a historical artifact.
9 years, 8 months ago (2014-08-21 17:35:29 UTC) #3
ruiu
https://codereview.appspot.com/132730043/diff/60001/src/pkg/path/filepath/path.go File src/pkg/path/filepath/path.go (right): https://codereview.appspot.com/132730043/diff/60001/src/pkg/path/filepath/path.go#newcode447 src/pkg/path/filepath/path.go:447: for i >= len(vol) && !os.IsPathSeparator(path[i]) { Isn't the ...
9 years, 8 months ago (2014-08-21 20:15:12 UTC) #4
r
https://codereview.appspot.com/132730043/diff/60001/src/pkg/path/filepath/path.go File src/pkg/path/filepath/path.go (right): https://codereview.appspot.com/132730043/diff/60001/src/pkg/path/filepath/path.go#newcode447 src/pkg/path/filepath/path.go:447: for i >= len(vol) && !os.IsPathSeparator(path[i]) { On 2014/08/21 ...
9 years, 8 months ago (2014-08-21 20:21:03 UTC) #5
ruiu
LGTM https://codereview.appspot.com/132730043/diff/60001/src/pkg/path/filepath/path.go File src/pkg/path/filepath/path.go (right): https://codereview.appspot.com/132730043/diff/60001/src/pkg/path/filepath/path.go#newcode447 src/pkg/path/filepath/path.go:447: for i >= len(vol) && !os.IsPathSeparator(path[i]) { Ah, ...
9 years, 8 months ago (2014-08-21 20:27:59 UTC) #6
dave_cheney.net
9 years, 8 months ago (2014-08-22 12:22:02 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=42bcf6ae4aff ***

path, path/filepath: remove dead code

Fixes issue 8503.

Thanks to no.smile.face for the original report.

LGTM=bradfitz, r, ruiu
R=bradfitz, ruiu, r
CC=golang-codereviews
https://codereview.appspot.com/132730043
Sign in to reply to this message.

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