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

Issue 26570046: code review 26570046: reflect: Add tests for Call with functions taking and r... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 5 months ago by mwhudson
Modified:
10 years, 4 months ago
Reviewers:
khr
CC:
golang-dev, dfc, minux1, iant, khr, bradfitz
Visibility:
Public.

Description

reflect: Add tests for Call with functions taking and returning structs. gccgo has problems using reflect.Call with functions that take and return structs with no members. Prior to fixing that problem there, I thought it sensible to add some tests of this situation. Update issue 6761 First contribution to Go, apologies in advance if I'm doing it wrong.

Patch Set 1 #

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

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

Total comments: 5

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -0 lines) Patch
M src/pkg/reflect/all_test.go View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download

Messages

Total messages: 15
mwhudson
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
10 years, 5 months ago (2013-11-15 00:31:45 UTC) #1
dfc
Please add Fixes issue 6761. to the top of the description. On Fri, Nov 15, ...
10 years, 5 months ago (2013-11-15 00:46:47 UTC) #2
minux1
On Nov 14, 2013 7:46 PM, "Dave Cheney" <dave@cheney.net> wrote: > Please add > > ...
10 years, 5 months ago (2013-11-15 00:57:27 UTC) #3
iant
Some suggestions. Have you signed the contributor agreement? https://codereview.appspot.com/26570046/diff/40001/src/pkg/reflect/all_test.go File src/pkg/reflect/all_test.go (right): https://codereview.appspot.com/26570046/diff/40001/src/pkg/reflect/all_test.go#newcode1459 src/pkg/reflect/all_test.go:1459: r ...
10 years, 5 months ago (2013-11-15 01:10:24 UTC) #4
mwhudson
minux <minux.ma@gmail.com> writes: > On Nov 14, 2013 7:46 PM, "Dave Cheney" <dave@cheney.net> wrote: >> ...
10 years, 5 months ago (2013-11-15 01:12:25 UTC) #5
mwhudson
On 2013/11/15 01:10:24, iant wrote: > Some suggestions. > > Have you signed the contributor ...
10 years, 5 months ago (2013-11-15 01:34:00 UTC) #6
mwhudson
iant@golang.org writes: > Have you signed the contributor agreement? My organization, Linaro, has now (apparently ...
10 years, 5 months ago (2013-11-17 23:07:50 UTC) #7
mwhudson
Ping?
10 years, 4 months ago (2013-12-17 03:12:54 UTC) #8
khr
On 2013/12/17 03:12:54, mwhudson wrote: > Ping? LGTM
10 years, 4 months ago (2013-12-17 22:14:39 UTC) #9
dfc
Can someone please do a A+C for Michael. His details are already on file for ...
10 years, 4 months ago (2013-12-17 22:18:06 UTC) #10
bradfitz
I don't see him in our CLA records. Michael, have you submitted the CLA? On ...
10 years, 4 months ago (2013-12-17 22:20:45 UTC) #11
minux1
On Tue, Dec 17, 2013 at 5:20 PM, Brad Fitzpatrick <bradfitz@golang.org>wrote: > I don't see ...
10 years, 4 months ago (2013-12-17 22:23:32 UTC) #12
iant
That is correct. His work is covered by Linaro's CLA. Ian On Tue, Dec 17, ...
10 years, 4 months ago (2013-12-17 22:25:09 UTC) #13
bradfitz
Okay, I found it. It wasn't in the normal place yet. Sent off https://codereview.appspot.com/43670043 On ...
10 years, 4 months ago (2013-12-17 22:41:47 UTC) #14
bradfitz
10 years, 4 months ago (2013-12-17 22:49:54 UTC) #15
*** Submitted as https://code.google.com/p/go/source/detail?r=8da34271bf99 ***

reflect: Add tests for Call with functions taking and returning structs.

gccgo has problems using reflect.Call with functions that take and
return structs with no members.  Prior to fixing that problem there, I
thought it sensible to add some tests of this situation.

Update issue 6761

First contribution to Go, apologies in advance if I'm doing it wrong.

R=golang-dev, dave, minux.ma, iant, khr, bradfitz
CC=golang-dev
https://codereview.appspot.com/26570046

Committer: Brad Fitzpatrick <bradfitz@golang.org>
Sign in to reply to this message.

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