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

Issue 7235081: code review 7235081: cmd/gc: put 'not used' message on correct line (Closed)

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

Description

cmd/gc: put 'not used' message on correct line Fixes issue 4663.

Patch Set 1 #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+662 lines, -1220 lines) Patch
M src/cmd/gc/go.y View 1 2 chunks +15 lines, -0 lines 0 comments Download
M src/cmd/gc/y.tab.h View 1 3 chunks +21 lines, -25 lines 0 comments Download
M src/cmd/gc/y.tab.c View 1 184 chunks +608 lines, -1191 lines 0 comments Download
M test/fixedbugs/bug357.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/bug379.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/fixedbugs/issue4654.go View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A test/fixedbugs/issue4663.go View 1 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 3
rsc
Hello ken2 (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-02-02 02:13:39 UTC) #1
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=96fda8bda97b *** cmd/gc: put 'not used' message on correct line Fixes issue ...
12 years, 1 month ago (2013-02-02 02:13:46 UTC) #2
dave_cheney.net
12 years, 1 month ago (2013-02-02 02:30:20 UTC) #3
Message was sent while issue was closed.
SGTM, even this case works.

lucky(~/src) % go run tc.go 
# command-line-arguments
./tc.go:5: append(s, "") evaluated but not used
Sign in to reply to this message.

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