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

Issue 151280043: code review 151280043: reflect: add tests for variadic method calls (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 7 months ago by iant
Modified:
9 years, 6 months ago
Reviewers:
r
CC:
golang-codereviews, r
Visibility:
Public.

Description

reflect: add tests for variadic method calls These tests fail when using gccgo. In gccgo using Interface on the value of a method function is implemented using a variant of MakeFunc. That approach did not correctly handle variadic functions.

Patch Set 1 #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -5 lines) Patch
M src/reflect/all_test.go View 3 chunks +49 lines, -5 lines 0 comments Download

Messages

Total messages: 3
iant
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
9 years, 7 months ago (2014-10-02 23:54:36 UTC) #1
r
LGTM
9 years, 6 months ago (2014-10-08 21:36:14 UTC) #2
iant
9 years, 6 months ago (2014-10-08 22:48:49 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=9b64cd6eefc5 ***

reflect: add tests for variadic method calls

These tests fail when using gccgo.  In gccgo using Interface
on the value of a method function is implemented using a
variant of MakeFunc.  That approach did not correctly handle
variadic functions.

LGTM=r
R=golang-codereviews, r
CC=golang-codereviews
https://codereview.appspot.com/151280043
Sign in to reply to this message.

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