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

Issue 4381048: code review 4381048: os: fix Readdir in Plan 9 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years ago by fhs
Modified:
14 years ago
Reviewers:
CC:
golang-dev, lucio, r
Visibility:
Public.

Description

os: fix Readdir in Plan 9 'TestReaddir.*' tests now passes.

Patch Set 1 #

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

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

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

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

Total comments: 4

Patch Set 6 : diff -r 45851c24e17d https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 7 : diff -r 45851c24e17d https://go.googlecode.com/hg/ #

Patch Set 8 : diff -r 45851c24e17d https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -49 lines) Patch
M src/pkg/os/dir_plan9.go View 1 2 3 4 5 6 1 chunk +32 lines, -48 lines 0 comments Download
M src/pkg/os/error_plan9.go View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/os/file_plan9.go View 1 2 3 4 5 6 7 1 chunk +7 lines, -0 lines 0 comments Download
M src/pkg/os/os_test.go View 1 2 3 4 3 chunks +15 lines, -1 line 0 comments Download

Messages

Total messages: 13
fhs
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
14 years ago (2011-04-10 07:42:51 UTC) #1
lucio
On 2011/04/10 07:42:51, fhs wrote: > Hello mailto:golang-dev@googlegroups.com, > > I'd like you to review ...
14 years ago (2011-04-12 04:39:52 UTC) #2
fhs
> I'm probably not much of a judge, but in your change to os_test.go, you're ...
14 years ago (2011-04-12 17:41:09 UTC) #3
lucio
Glad to have been of help. I'll bow to more knowledgeable persons to deal with ...
14 years ago (2011-04-12 18:01:30 UTC) #4
r
http://codereview.appspot.com/4381048/diff/4/src/pkg/os/dir_plan9.go File src/pkg/os/dir_plan9.go (right): http://codereview.appspot.com/4381048/diff/4/src/pkg/os/dir_plan9.go#newcode42 src/pkg/os/dir_plan9.go:42: return []FileInfo{}, &PathError{"readdir", file.name, e} return nil, &PathError{"readdir", file.name, ...
14 years ago (2011-04-12 18:20:07 UTC) #5
fhs
*** Abandoned ***
14 years ago (2011-04-12 18:57:08 UTC) #6
fhs
Hello golang-dev@googlegroups.com, lucio, r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years ago (2011-04-12 19:09:30 UTC) #7
fhs
On Tue, Apr 12, 2011 at 3:09 PM, <fshahriar@gmail.com> wrote: > Hello golang-dev@googlegroups.com, lucio, r ...
14 years ago (2011-04-12 19:17:29 UTC) #8
fhs
PTAL Ignore the Abandoned message.
14 years ago (2011-04-12 20:44:12 UTC) #9
r
http://codereview.appspot.com/4381048/diff/2002/src/pkg/os/dir_plan9.go File src/pkg/os/dir_plan9.go (right): http://codereview.appspot.com/4381048/diff/2002/src/pkg/os/dir_plan9.go#newcode27 src/pkg/os/dir_plan9.go:27: file.dirinfo.buf = make([]byte, syscall.STATMAX) if you're not going to ...
14 years ago (2011-04-12 21:40:01 UTC) #10
fhs
PTAL http://codereview.appspot.com/4381048/diff/2002/src/pkg/os/dir_plan9.go File src/pkg/os/dir_plan9.go (right): http://codereview.appspot.com/4381048/diff/2002/src/pkg/os/dir_plan9.go#newcode27 src/pkg/os/dir_plan9.go:27: file.dirinfo.buf = make([]byte, syscall.STATMAX) On 2011/04/12 21:40:01, r ...
14 years ago (2011-04-12 23:44:52 UTC) #11
r
LGTM
14 years ago (2011-04-12 23:58:31 UTC) #12
r
14 years ago (2011-04-12 23:59:03 UTC) #13
*** Submitted as http://code.google.com/p/go/source/detail?r=8c77f7800fae ***

os: fix Readdir in Plan 9

'TestReaddir.*' tests now passes.

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

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