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

Issue 150860046: code review 150860046: os: fix another case where RemoveAll should return nil (Closed)

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

Description

os: fix another case where RemoveAll should return nil This hopefully fixes issue 8793. Fixes Issue 8793

Patch Set 1 #

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

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

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

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M src/os/path.go View 1 1 chunk +3 lines, -0 lines 1 comment Download

Messages

Total messages: 4
bradfitz
Hello rsc@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
9 years, 7 months ago (2014-09-23 20:10:15 UTC) #1
iant
LGTM
9 years, 7 months ago (2014-09-23 20:42:36 UTC) #2
bradfitz
*** Submitted as https://code.google.com/p/go/source/detail?r=49ff47443f7c *** os: fix another case where RemoveAll should return nil This ...
9 years, 7 months ago (2014-09-23 21:26:26 UTC) #3
r
9 years, 7 months ago (2014-09-23 21:30:50 UTC) #4
Message was sent while issue was closed.
https://codereview.appspot.com/150860046/diff/60001/src/os/path.go
File src/os/path.go (right):

https://codereview.appspot.com/150860046/diff/60001/src/os/path.go#newcode89
src/os/path.go:89: if IsNotExist(err) {
it's odd to see this. it's correct but i had to read the top of the function to
see why. a comment would be nice.
Sign in to reply to this message.

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