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

Issue 6442080: code review 6442080: os: test that IsExist and IsNotExist handle PathError a... (Closed)

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

Description

os: test that IsExist and IsNotExist handle PathError and LinkError

Patch Set 1 #

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

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

Total comments: 2

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

Total comments: 2

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -17 lines) Patch
M src/pkg/os/error_plan9.go View 1 2 3 1 chunk +15 lines, -9 lines 0 comments Download
M src/pkg/os/error_posix.go View 1 2 3 1 chunk +18 lines, -3 lines 0 comments Download
M src/pkg/os/error_test.go View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
M src/pkg/os/error_windows.go View 1 2 3 3 chunks +17 lines, -5 lines 0 comments Download

Messages

Total messages: 6
brainman
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 8 months ago (2012-08-02 07:12:53 UTC) #1
r
http://codereview.appspot.com/6442080/diff/4/src/pkg/os/error_plan9.go File src/pkg/os/error_plan9.go (right): http://codereview.appspot.com/6442080/diff/4/src/pkg/os/error_plan9.go#newcode14 src/pkg/os/error_plan9.go:14: if pe, ok := err.(*LinkError); ok { anticipating what ...
12 years, 8 months ago (2012-08-02 15:30:24 UTC) #2
brainman
Hello golang-dev@googlegroups.com, r@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 8 months ago (2012-08-03 02:10:34 UTC) #3
brainman
http://codereview.appspot.com/6442080/diff/4/src/pkg/os/error_plan9.go File src/pkg/os/error_plan9.go (right): http://codereview.appspot.com/6442080/diff/4/src/pkg/os/error_plan9.go#newcode14 src/pkg/os/error_plan9.go:14: if pe, ok := err.(*LinkError); ok { On 2012/08/02 ...
12 years, 8 months ago (2012-08-03 02:10:38 UTC) #4
r
LGTM put in a nil case for the t.err and submit http://codereview.appspot.com/6442080/diff/8001/src/pkg/os/error_test.go File src/pkg/os/error_test.go (right): ...
12 years, 8 months ago (2012-08-03 04:06:30 UTC) #5
brainman
12 years, 8 months ago (2012-08-03 04:25:43 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=32eb6dac3ff4 ***

os: test that IsExist and IsNotExist handle PathError and LinkError

R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/6442080

http://codereview.appspot.com/6442080/diff/8001/src/pkg/os/error_test.go
File src/pkg/os/error_test.go (right):

http://codereview.appspot.com/6442080/diff/8001/src/pkg/os/error_test.go#newc...
src/pkg/os/error_test.go:95: {&os.LinkError{Err: os.ErrNotExist}, false, true},
On 2012/08/03 04:06:31, r wrote:
> you might as well put a nil case in here.

Done.
Sign in to reply to this message.

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