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

Issue 4609047: code review 4609047: syscall: use strict in perl scripts (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 9 months ago by mattn
Modified:
13 years, 9 months ago
Reviewers:
CC:
golang-dev_googlecode.com, bradfitz, rsc, golang-dev
Visibility:
Public.

Description

syscall: use strict in perl scripts

Patch Set 1 #

Patch Set 2 : diff -r cf1155385bb7 http://go.googlecode.com/hg/ #

Patch Set 3 : diff -r cf1155385bb7 http://go.googlecode.com/hg/ #

Patch Set 4 : diff -r cf1155385bb7 http://go.googlecode.com/hg/ #

Patch Set 5 : diff -r cf1155385bb7 http://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 6 : diff -r 6c9c33c799f1 http://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -22 lines) Patch
M src/pkg/syscall/mksyscall.pl View 1 2 3 4 5 2 chunks +8 lines, -6 lines 0 comments Download
M src/pkg/syscall/mksyscall_windows.pl View 1 2 3 4 5 6 chunks +14 lines, -16 lines 0 comments Download
M src/pkg/syscall/mksysnum_darwin.pl View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/syscall/mksysnum_freebsd.pl View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/syscall/mksysnum_linux.pl View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9
mattn
Hello golang-dev@googlecode.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to http://go.googlecode.com/hg/
13 years, 9 months ago (2011-06-15 05:10:23 UTC) #1
bradfitz
On Tue, Jun 14, 2011 at 10:10 PM, <mattn.jp@gmail.com> wrote: > Reviewers: golang-dev_googlecode.com, > > ...
13 years, 9 months ago (2011-06-15 05:15:02 UTC) #2
mattn
Hello golang-dev@googlecode.com, bradfitz@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 9 months ago (2011-06-15 05:17:36 UTC) #3
bradfitz
http://codereview.appspot.com/4609047/diff/11001/src/pkg/syscall/mksyscall.pl File src/pkg/syscall/mksyscall.pl (right): http://codereview.appspot.com/4609047/diff/11001/src/pkg/syscall/mksyscall.pl#newcode31 src/pkg/syscall/mksyscall.pl:31: if(@ARGV) { You're doing this to work around your ...
13 years, 9 months ago (2011-06-15 17:43:07 UTC) #4
rsc
Please just drop use warnings.
13 years, 9 months ago (2011-06-15 20:38:05 UTC) #5
bradfitz
Just remove all the "use warnings" line and remove the line: if(@ARGV) { and unindent ...
13 years, 9 months ago (2011-06-16 00:23:14 UTC) #6
mattn
On 2011/06/16 00:23:14, bradfitz wrote: > Just remove all the "use warnings" line and remove ...
13 years, 9 months ago (2011-06-16 00:26:47 UTC) #7
bradfitz
LGTM On Wed, Jun 15, 2011 at 5:26 PM, <mattn.jp@gmail.com> wrote: > On 2011/06/16 00:23:14, ...
13 years, 9 months ago (2011-06-16 00:36:00 UTC) #8
bradfitz
13 years, 9 months ago (2011-06-16 00:41:14 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=bd35e21c471e ***

syscall: use strict in perl scripts

R=golang-dev, bradfitz, rsc
CC=golang-dev
http://codereview.appspot.com/4609047

Committer: Brad Fitzpatrick <bradfitz@golang.org>
Sign in to reply to this message.

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