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

Issue 5127041: code review 5127041: test: match gccgo error messages (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 7 months ago by iant
Modified:
13 years, 7 months ago
Reviewers:
CC:
golang-dev, rsc1
Visibility:
Public.

Description

test: match gccgo error messages bug340.go:14:7: error: expected type bug340.go:15:4: error: reference to undefined field or method ‘x’ bug350.go:12:1: error: redefinition of ‘m’ bug350.go:11:1: note: previous definition of ‘m’ was here bug350.go:15:1: error: redefinition of ‘p’ bug350.go:14:1: note: previous definition of ‘p’ was here bug351.go:12:6: error: non-name on left side of ‘:=’

Patch Set 1 #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M test/fixedbugs/bug340.go View 1 chunk +3 lines, -3 lines 0 comments Download
M test/fixedbugs/bug350.go View 1 chunk +4 lines, -4 lines 0 comments Download
M test/fixedbugs/bug351.go View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
iant
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 7 months ago (2011-09-23 23:47:01 UTC) #1
rsc1
LGTM
13 years, 7 months ago (2011-09-24 02:27:35 UTC) #2
iant
13 years, 7 months ago (2011-09-24 04:23:48 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=41d5abd18c57 ***

test: match gccgo error messages

bug340.go:14:7: error: expected type
bug340.go:15:4: error: reference to undefined field or method ‘x’

bug350.go:12:1: error: redefinition of ‘m’
bug350.go:11:1: note: previous definition of ‘m’ was here
bug350.go:15:1: error: redefinition of ‘p’
bug350.go:14:1: note: previous definition of ‘p’ was here

bug351.go:12:6: error: non-name on left side of ‘:=’

R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/5127041
Sign in to reply to this message.

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