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

Issue 128350044: code review 128350044: time: use go generate rather than Makefile (windows only) (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 6 months ago by r
Modified:
10 years, 6 months ago
Reviewers:
brainman, rsc
CC:
rsc, golang-codereviews
Visibility:
Public.

Description

time: use go generate rather than Makefile (windows only) Also make genzabbrs.go more self-contained. Also run it (on Linux; does that matter?) to update the table.

Patch Set 1 #

Total comments: 2

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -17 lines) Patch
R src/pkg/time/Makefile View 1 chunk +0 lines, -9 lines 0 comments Download
M src/pkg/time/genzabbrs.go View 1 3 chunks +17 lines, -3 lines 0 comments Download
M src/pkg/time/zoneinfo_abbrs_windows.go View 3 chunks +6 lines, -5 lines 0 comments Download
M src/pkg/time/zoneinfo_windows.go View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6
r
Hello rsc, brainman (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 6 months ago (2014-08-26 18:09:51 UTC) #1
rsc
LGTM https://codereview.appspot.com/128350044/diff/1/src/pkg/time/genzabbrs.go File src/pkg/time/genzabbrs.go (right): https://codereview.appspot.com/128350044/diff/1/src/pkg/time/genzabbrs.go#newcode10 src/pkg/time/genzabbrs.go:10: // go build genzabbrs.go && ./genzabbrs -output zoneinfo_abbrs_windows.go ...
10 years, 6 months ago (2014-08-26 19:45:05 UTC) #2
r
*** Submitted as https://code.google.com/p/go/source/detail?r=59b1bb4bf045 *** time: use go generate rather than Makefile (windows only) Also ...
10 years, 6 months ago (2014-08-26 21:45:57 UTC) #3
brainman
LGTM Very nice. Thank you very much. But why changes to zoneinfo_abbrs_windows.go? Running it on ...
10 years, 6 months ago (2014-08-27 03:27:18 UTC) #4
r
I ran it and that's what happened. If you'd rather revert or update it differently, ...
10 years, 6 months ago (2014-08-27 03:57:27 UTC) #5
brainman
10 years, 6 months ago (2014-09-01 02:53:14 UTC) #6
Message was sent while issue was closed.
On 2014/08/27 03:57:27, r wrote:
> I ran it and that's what happened. If you'd rather revert or update it
> differently, feel free.
> 

Here https://codereview.appspot.com/140780043/ is my change.

Alex
Sign in to reply to this message.

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