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

Issue 85040044: code review 85040044: cmd/gc: fewer errors for wrong argument count (Closed)

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

Description

cmd/gc: fewer errors for wrong argument count Fixes issue 7675

Patch Set 1 #

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

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

Total comments: 2

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -0 lines) Patch
M src/cmd/gc/typecheck.c View 1 2 3 4 chunks +55 lines, -0 lines 0 comments Download
A test/fixedbugs/issue7675.go View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 6
atom
Hello rsc@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
11 years, 6 months ago (2014-04-07 19:29:46 UTC) #1
rsc
https://codereview.appspot.com/85040044/diff/30001/src/cmd/gc/typecheck.c File src/cmd/gc/typecheck.c (right): https://codereview.appspot.com/85040044/diff/30001/src/cmd/gc/typecheck.c#newcode2188 src/cmd/gc/typecheck.c:2188: tn = n->type->type; how about adding static int hasddd(Type ...
11 years, 6 months ago (2014-04-08 18:59:15 UTC) #2
atom
https://codereview.appspot.com/85040044/diff/30001/src/cmd/gc/typecheck.c File src/cmd/gc/typecheck.c (right): https://codereview.appspot.com/85040044/diff/30001/src/cmd/gc/typecheck.c#newcode2188 src/cmd/gc/typecheck.c:2188: tn = n->type->type; On 2014/04/08 18:59:15, rsc wrote: > ...
11 years, 6 months ago (2014-04-09 09:31:38 UTC) #3
rsc
LGTM
11 years, 6 months ago (2014-04-17 02:31:32 UTC) #4
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=01b16f024b7b *** cmd/gc: fewer errors for wrong argument count Fixes issue 7675 ...
11 years, 6 months ago (2014-04-17 02:42:13 UTC) #5
gobot
11 years, 6 months ago (2014-04-17 07:17:30 UTC) #6
Message was sent while issue was closed.
This CL appears to have broken the linux-386-387 builder.
See http://build.golang.org/log/06f3bdc861e85a9f9f644e830261e9326b88e0ec
Sign in to reply to this message.

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