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

Issue 14401043: code review 14401043: reflect: test using a MakeFunc value in a couple of dif... (Closed)

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

Description

reflect: test using a MakeFunc value in a couple of different ways The gccgo implementation mishandled calling Interface on a value created by MakeFunc.

Patch Set 1 #

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

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

Messages

Total messages: 4
iant
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 7 months ago (2013-10-04 19:45:30 UTC) #1
r
LGTM but while you're near there, please tweak the docs for reflect.MakeFunc: // - converts ...
11 years, 7 months ago (2013-10-04 19:51:29 UTC) #2
iant
*** Submitted as https://code.google.com/p/go/source/detail?r=ff2b5ba149ba *** reflect: test using a MakeFunc value in a couple of ...
11 years, 7 months ago (2013-10-04 20:12:56 UTC) #3
iant
11 years, 7 months ago (2013-10-04 20:13:39 UTC) #4
On Fri, Oct 4, 2013 at 12:51 PM,  <r@golang.org> wrote:
> LGTM
> but while you're near there, please tweak the docs for reflect.MakeFunc:
>
> //      - converts its arguments to a list of Values args.
>
> should be
>
> //      - converts its arguments to a slice of Values.

Done and submitted.

Ian
Sign in to reply to this message.

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