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

Issue 7221055: code review 7221055: go/misc/dist: Keep file modes when copying. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by francesc
Modified:
12 years, 1 month ago
Reviewers:
CC:
adg, golang-dev
Visibility:
Public.

Description

go/misc/dist: Keep file modes when copying.

Patch Set 1 #

Patch Set 2 : diff -r 9bcb8f09b9dc https://code.google.com/p/go #

Patch Set 3 : diff -r 9bcb8f09b9dc https://code.google.com/p/go #

Total comments: 4

Patch Set 4 : diff -r 9bcb8f09b9dc https://code.google.com/p/go #

Total comments: 2

Patch Set 5 : diff -r 9bcb8f09b9dc https://code.google.com/p/go #

Patch Set 6 : diff -r 594be098b2b8 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M misc/dist/bindist.go View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 5
francesc
Hello adg@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 1 month ago (2013-01-29 05:53:42 UTC) #1
adg
https://codereview.appspot.com/7221055/diff/3/misc/dist/bindist.go File misc/dist/bindist.go (right): https://codereview.appspot.com/7221055/diff/3/misc/dist/bindist.go#newcode619 misc/dist/bindist.go:619: stat, err := sf.Stat() put the stat before the ...
12 years, 1 month ago (2013-01-29 06:29:06 UTC) #2
francesc
PTAL https://codereview.appspot.com/7221055/diff/3/misc/dist/bindist.go File misc/dist/bindist.go (right): https://codereview.appspot.com/7221055/diff/3/misc/dist/bindist.go#newcode619 misc/dist/bindist.go:619: stat, err := sf.Stat() On 2013/01/29 06:29:06, adg ...
12 years, 1 month ago (2013-01-29 07:50:09 UTC) #3
adg
LGTM https://codereview.appspot.com/7221055/diff/7001/misc/dist/bindist.go File misc/dist/bindist.go (right): https://codereview.appspot.com/7221055/diff/7001/misc/dist/bindist.go#newcode614 misc/dist/bindist.go:614: stat, err := sf.Stat() s/stat/fi/ because it's a ...
12 years, 1 month ago (2013-01-29 22:12:29 UTC) #4
francesc
12 years, 1 month ago (2013-01-29 23:17:45 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=3934c2800dca ***

go/misc/dist: Keep file modes when copying.

R=adg
CC=golang-dev
https://codereview.appspot.com/7221055

https://codereview.appspot.com/7221055/diff/7001/misc/dist/bindist.go
File misc/dist/bindist.go (right):

https://codereview.appspot.com/7221055/diff/7001/misc/dist/bindist.go#newcode614
misc/dist/bindist.go:614: stat, err := sf.Stat()
On 2013/01/29 22:12:29, adg wrote:
> s/stat/fi/
> 
> because it's a FileInfo value

Done.
Sign in to reply to this message.

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