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

Issue 851045: code review 851045: os: mingw version of Readdir() and Stat() implemented (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years ago by brainman
Modified:
13 years, 11 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

os: mingw version of Readdir() and Stat() implemented

Patch Set 1 #

Patch Set 2 : code review 851045: os: mingw version of Readdir() and Stat() implemented #

Total comments: 1

Patch Set 3 : code review 851045: os: mingw version of Readdir() and Stat() implemented #

Total comments: 2

Patch Set 4 : code review 851045: os: mingw version of Readdir() and Stat() implemented #

Unified diffs Side-by-side diffs Delta from patch set Stats (+206 lines, -963 lines) Patch
M src/pkg/os/Makefile View 1 chunk +17 lines, -0 lines 0 comments Download
M src/pkg/os/dir_mingw.go View 1 2 3 1 chunk +9 lines, -1 line 0 comments Download
M src/pkg/os/file.go View 1 2 3 3 chunks +0 lines, -70 lines 0 comments Download
M src/pkg/os/file_mingw.go View 1 2 3 4 chunks +73 lines, -438 lines 0 comments Download
M src/pkg/os/file_unix.go View 1 2 3 3 chunks +0 lines, -414 lines 0 comments Download
M src/pkg/os/stat_mingw.go View 1 2 3 1 chunk +21 lines, -6 lines 0 comments Download
M src/pkg/syscall/syscall_mingw.go View 1 2 3 4 chunks +24 lines, -7 lines 0 comments Download
M src/pkg/syscall/syscall_mingw_386.go View 1 chunk +0 lines, -2 lines 0 comments Download
M src/pkg/syscall/zerrors_mingw_386.go View 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/syscall/zsyscall_mingw_386.go View 2 chunks +36 lines, -0 lines 0 comments Download
M src/pkg/syscall/ztypes_mingw_386.go View 3 chunks +25 lines, -25 lines 0 comments Download

Messages

Total messages: 8
brainman
Hello golang-dev@googlegroups.com, I'd like you to review this change.
14 years ago (2010-04-07 06:03:49 UTC) #1
rsc1
looks good except that Readdirnames is doing all the work for Readdir and then throwing ...
14 years ago (2010-04-07 06:11:42 UTC) #2
brainman
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
14 years ago (2010-04-07 07:26:47 UTC) #3
rsc1
Hi Alex. This looks good but unfortunately we've renamed os.Dir to the more obvious os.FileInfo. ...
14 years ago (2010-04-11 20:56:07 UTC) #4
brainman
> we've > renamed os.Dir to the more obvious os.FileInfo. > Could you please update ...
14 years ago (2010-04-12 00:43:09 UTC) #5
brainman
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
14 years ago (2010-04-12 04:06:16 UTC) #6
rsc1
LGTM
14 years ago (2010-04-13 23:18:10 UTC) #7
rsc
14 years ago (2010-04-13 23:30:13 UTC) #8
*** Submitted as http://code.google.com/p/go/source/detail?r=b1fb8f7bb06b ***

os: mingw version of Readdir() and Stat() implemented

R=rsc
CC=golang-dev
http://codereview.appspot.com/851045

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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