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

Issue 179069: gc: better error for lookup of unexported field (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 7 months ago by rsc
Modified:
15 years, 7 months ago
Reviewers:
ken3
CC:
ken2
Visibility:
Public.

Description

gc: bug fixes. * better error for lookup of unexported field * do not assign "ideal string" type to typed string literal * do not confuse methods and fields during interface check Fixes issue 410. Fixes issue 411. Fixes issue 426.

Patch Set 1 #

Patch Set 2 : code review 179069: gc: bug fixes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -11 lines) Patch
M src/cmd/gc/subr.c View 1 2 chunks +5 lines, -1 line 0 comments Download
M src/cmd/gc/typecheck.c View 1 7 chunks +15 lines, -10 lines 0 comments Download
A test/fixedbugs/bug229.go View 1 chunk +20 lines, -0 lines 0 comments Download
A test/fixedbugs/bug230.go View 1 chunk +25 lines, -0 lines 0 comments Download
A test/fixedbugs/bug231.go View 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 2
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=631341f8926c *** gc: bug fixes. * better error for lookup of unexported ...
15 years, 7 months ago (2009-12-16 00:22:07 UTC) #1
ken3
15 years, 7 months ago (2009-12-16 00:24:28 UTC) #2
On 2009/12/16 00:22:07, rsc wrote:
> *** Submitted as http://code.google.com/p/go/source/detail?r=631341f8926c ***
> 
> gc: bug fixes.
>   * better error for lookup of unexported field
>   * do not assign "ideal string" type to typed string literal
>   * do not confuse methods and fields during interface check
> 
> Fixes issue 410.
> Fixes issue 411.
> Fixes issue 426.
> 
> R=ken2
> http://codereview.appspot.com/179069

LGTM
Sign in to reply to this message.

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