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

Issue 172045: code review 172045: missed a couple of files in test (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 3 months ago by gri
Modified:
15 years, 3 months ago
Reviewers:
r, rsc
Visibility:
Public.

Description

missed a couple of files in test

Patch Set 1 #

Total comments: 1

Patch Set 2 : code review 172045: missed a couple of files in test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -18 lines) Patch
M test/chan/powser2.go View 6 chunks +24 lines, -12 lines 0 comments Download
M test/simassign.go View 2 chunks +3 lines, -6 lines 0 comments Download

Messages

Total messages: 6
gri
Hello rsc (cc: r), I'd like you to review the following change.
15 years, 3 months ago (2009-12-10 03:35:35 UTC) #1
r
LGTM http://codereview.appspot.com/172045/diff/1/2 File test/chan/powser2.go (left): http://codereview.appspot.com/172045/diff/1/2#oldcode572 test/chan/powser2.go:572: if end(get(VV[0])) != 0 { put(finis,Z); } just ...
15 years, 3 months ago (2009-12-10 03:42:39 UTC) #2
gri
The issue is that a semicolon is inserted after a } at the end of ...
15 years, 3 months ago (2009-12-10 05:37:47 UTC) #3
gri
*** Submitted as http://code.google.com/p/go/source/detail?r=ef74204c7ba7 *** missed a couple of files in test R=rsc, r http://codereview.appspot.com/172045
15 years, 3 months ago (2009-12-10 05:39:22 UTC) #4
rsc
we could always rename else to "if not". if x < y { ... } ...
15 years, 3 months ago (2009-12-10 06:02:41 UTC) #5
r2
15 years, 3 months ago (2009-12-10 06:05:43 UTC) #6
right

if x { a = b } else { a = c }

that works, though. the whole thing must be one line


Sign in to reply to this message.

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