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

Issue 6858079: code review 6858079: os: include 0111 in directory file mode on windows (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, minux1, rsc
Visibility:
Public.

Description

os: include 0111 in directory file mode on windows Fixes issue 4444.

Patch Set 1 #

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

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

Total comments: 3

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -1 line) Patch
M src/pkg/os/os_test.go View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M src/pkg/os/stat_windows.go View 1 1 chunk +1 line, -1 line 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-11-27 05:01:13 UTC) #1
minux1
http://codereview.appspot.com/6858079/diff/5001/src/pkg/os/os_test.go File src/pkg/os/os_test.go (right): http://codereview.appspot.com/6858079/diff/5001/src/pkg/os/os_test.go#newcode1100 src/pkg/os/os_test.go:1100: const mode = 0100 test for 0111? and also ...
12 years, 8 months ago (2012-11-27 06:39:53 UTC) #2
brainman
http://codereview.appspot.com/6858079/diff/5001/src/pkg/os/os_test.go File src/pkg/os/os_test.go (right): http://codereview.appspot.com/6858079/diff/5001/src/pkg/os/os_test.go#newcode1100 src/pkg/os/os_test.go:1100: const mode = 0100 On 2012/11/27 06:39:53, minux wrote: ...
12 years, 8 months ago (2012-11-27 06:48:17 UTC) #3
minux1
On Tuesday, November 27, 2012, brainman wrote: > > http://codereview.appspot.com/**6858079/diff/5001/src/pkg/os/** > os_test.go#newcode1100<http://codereview.appspot.com/6858079/diff/5001/src/pkg/os/os_test.go#newcode1100> > src/pkg/os/os_test.go:1100: const ...
12 years, 8 months ago (2012-11-27 06:53:51 UTC) #4
rsc
LGTM Please do test that all the 0111 bits are set.
12 years, 8 months ago (2012-11-27 15:07:28 UTC) #5
brainman
12 years, 8 months ago (2012-11-28 06:02:06 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=88e4ba173900 ***

os: include 0111 in directory file mode on windows

Fixes issue 4444.

R=golang-dev, minux.ma, rsc
CC=golang-dev
http://codereview.appspot.com/6858079

http://codereview.appspot.com/6858079/diff/5001/src/pkg/os/os_test.go
File src/pkg/os/os_test.go (right):

http://codereview.appspot.com/6858079/diff/5001/src/pkg/os/os_test.go#newcode...
src/pkg/os/os_test.go:1100: const mode = 0100
On 2012/11/27 06:39:53, minux wrote:
> test for 0111?
> and also change the name of the test.

Done.
Sign in to reply to this message.

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