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

Issue 5450050: code review 5450050: gofix: add time+fileinfo fix (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 4 months ago by rsc
Modified:
12 years, 4 months ago
Reviewers:
CC:
adg, rog, r, cw, golang-dev
Visibility:
Public.

Description

gofix: add time+fileinfo fix

Patch Set 1 #

Patch Set 2 : diff -r 3f3adec55b44 https://go.googlecode.com/hg/ #

Total comments: 6

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

Total comments: 2

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

Patch Set 5 : diff -r 10e011d5274b https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+460 lines, -0 lines) Patch
M src/cmd/gofix/Makefile View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A src/cmd/gofix/timefileinfo.go View 1 2 3 4 1 chunk +298 lines, -0 lines 0 comments Download
A src/cmd/gofix/timefileinfo_test.go View 1 1 chunk +161 lines, -0 lines 0 comments Download

Messages

Total messages: 11
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 4 months ago (2011-11-30 04:07:22 UTC) #1
adg
http://codereview.appspot.com/5450050/diff/2001/src/cmd/gofix/timefileinfo_test.go File src/cmd/gofix/timefileinfo_test.go (right): http://codereview.appspot.com/5450050/diff/2001/src/cmd/gofix/timefileinfo_test.go#newcode114 src/cmd/gofix/timefileinfo_test.go:114: _ = time.Now() shouldn't these be _ = time.Now().Unix() ...
12 years, 4 months ago (2011-11-30 04:56:18 UTC) #2
rsc
http://codereview.appspot.com/5450050/diff/2001/src/cmd/gofix/timefileinfo_test.go File src/cmd/gofix/timefileinfo_test.go (right): http://codereview.appspot.com/5450050/diff/2001/src/cmd/gofix/timefileinfo_test.go#newcode114 src/cmd/gofix/timefileinfo_test.go:114: _ = time.Now() On 2011/11/30 04:56:18, adg wrote: > ...
12 years, 4 months ago (2011-11-30 14:30:43 UTC) #3
rog
http://codereview.appspot.com/5450050/diff/2001/src/cmd/gofix/timefileinfo_test.go File src/cmd/gofix/timefileinfo_test.go (right): http://codereview.appspot.com/5450050/diff/2001/src/cmd/gofix/timefileinfo_test.go#newcode114 src/cmd/gofix/timefileinfo_test.go:114: _ = time.Now() On 2011/11/30 14:30:43, rsc wrote: > ...
12 years, 4 months ago (2011-11-30 15:29:53 UTC) #4
rsc
On Wed, Nov 30, 2011 at 10:29, <rogpeppe@gmail.com> wrote: > the problem i have with ...
12 years, 4 months ago (2011-11-30 15:44:20 UTC) #5
r
this module will require better public explanation that most of the others. there's a belief ...
12 years, 4 months ago (2011-11-30 17:18:36 UTC) #6
rsc
On Wed, Nov 30, 2011 at 12:18, <r@golang.org> wrote: > this module will require better ...
12 years, 4 months ago (2011-11-30 17:20:25 UTC) #7
rsc
PTAL I will draft some text for Andrew to include in the weekly notes.
12 years, 4 months ago (2011-11-30 17:28:42 UTC) #8
r
LGTM but fix comment http://codereview.appspot.com/5450050/diff/1005/src/cmd/gofix/timefileinfo.go File src/cmd/gofix/timefileinfo.go (right): http://codereview.appspot.com/5450050/diff/1005/src/cmd/gofix/timefileinfo.go#newcode68 src/cmd/gofix/timefileinfo.go:68: // an attempt to call ...
12 years, 4 months ago (2011-11-30 17:35:17 UTC) #9
cw
LGTM Having just updated a few things, I'd like to see a draft of the ...
12 years, 4 months ago (2011-11-30 19:25:20 UTC) #10
rsc
12 years, 4 months ago (2011-12-01 18:59:59 UTC) #11
*** Submitted as http://code.google.com/p/go/source/detail?r=7299b8a26342 ***

gofix: add time+fileinfo fix

R=adg, rogpeppe, r, cw
CC=golang-dev
http://codereview.appspot.com/5450050
Sign in to reply to this message.

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