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

Issue 41570047: code review 41570047: cmd/gc: do not omit wrapper for expression (interface{.... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 5 months ago by remyoudompheng
Modified:
10 years, 4 months ago
Reviewers:
dave, rsc
CC:
rsc, golang-codereviews
Visibility:
Public.

Description

cmd/gc: do not omit wrapper for expression (interface{...}).F Fixes issue 6723.

Patch Set 1 #

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

Patch Set 3 : diff -r c4b7c0824984 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 8168500850d9 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -4 lines) Patch
M src/cmd/gc/reflect.c View 1 1 chunk +2 lines, -3 lines 0 comments Download
M test/method4.dir/prog.go View 1 1 chunk +8 lines, -1 line 0 comments Download

Messages

Total messages: 6
remyoudompheng
Hello rsc@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
10 years, 5 months ago (2013-12-22 13:59:34 UTC) #1
rsc
LGTM I'm kind of skeptical this won't break anything, but if so it will be ...
10 years, 4 months ago (2014-01-07 01:50:37 UTC) #2
remyoudompheng
*** Submitted as https://code.google.com/p/go/source/detail?r=2ab78a00f2c9 *** cmd/gc: do not omit wrapper for expression (interface{...}).F Fixes issue ...
10 years, 4 months ago (2014-01-07 12:27:17 UTC) #3
dave_cheney.net
Hi Remy, Could you please look at this build failure which is affecting most of ...
10 years, 4 months ago (2014-01-07 13:22:14 UTC) #4
remyoudompheng
Hum, a file may have disappeared from the patch. 2014/1/7, Dave Cheney <dave@cheney.net>: > Hi ...
10 years, 4 months ago (2014-01-07 13:36:32 UTC) #5
remyoudompheng
10 years, 4 months ago (2014-01-07 15:07:02 UTC) #6
Message was sent while issue was closed.
On 2014/01/07 13:22:14, dfc wrote:
> Hi Remy,
> 
> Could you please look at this build failure which is affecting most of the
> builders
> 
> # ../test
> # go run run.go -- fixedbugs/issue4590.go
> exit status 1
> 6l: duplicate symbol go.interface { Hello(); Write() error }.Hello (types 1
> and 1) in pkg2 and pkg2.6

Please see https://codereview.appspot.com/48420044
Sign in to reply to this message.

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