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

Issue 66510044: code review 66510044: cmd/gc: make embedded, unexported fields read-only. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 2 months ago by cmang
Modified:
10 years, 2 months ago
Reviewers:
gri
CC:
gri, rsc, bradfitz, golang-codereviews
Visibility:
Public.

Description

cmd/gc: make embedded, unexported fields read-only. Fixes issue 7363.

Patch Set 1 #

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

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

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

Total comments: 2

Patch Set 5 : diff -r ddb6756dff3f https://code.google.com/p/go #

Patch Set 6 : diff -r ddb6756dff3f https://code.google.com/p/go #

Patch Set 7 : diff -r ddb6756dff3f https://code.google.com/p/go #

Patch Set 8 : diff -r ddb6756dff3f https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -1 line) Patch
M src/cmd/gc/reflect.c View 1 1 chunk +2 lines, -1 line 0 comments Download
A test/fixedbugs/issue7363.go View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 7
cmang
Hello gri@golang.org, rsc@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 2 months ago (2014-02-20 18:17:32 UTC) #1
bradfitz
No new test? On Thu, Feb 20, 2014 at 10:17 AM, <cmang@golang.org> wrote: > Reviewers: ...
10 years, 2 months ago (2014-02-20 18:19:50 UTC) #2
gri
yes, please add a test case On Thu, Feb 20, 2014 at 10:19 AM, Brad ...
10 years, 2 months ago (2014-02-20 18:22:19 UTC) #3
cmang
On 2014/02/20 18:22:19, gri wrote: > yes, please add a test case > > > ...
10 years, 2 months ago (2014-02-20 18:28:55 UTC) #4
gri
LGTM https://codereview.appspot.com/66510044/diff/60001/test/fixedbugs/issue7363.go File test/fixedbugs/issue7363.go (right): https://codereview.appspot.com/66510044/diff/60001/test/fixedbugs/issue7363.go#newcode7 test/fixedbugs/issue7363.go:7: // issue 7363: CanSet returns true for unexported ...
10 years, 2 months ago (2014-02-20 18:52:24 UTC) #5
cmang
https://codereview.appspot.com/66510044/diff/60001/test/fixedbugs/issue7363.go File test/fixedbugs/issue7363.go (right): https://codereview.appspot.com/66510044/diff/60001/test/fixedbugs/issue7363.go#newcode7 test/fixedbugs/issue7363.go:7: // issue 7363: CanSet returns true for unexported embedded ...
10 years, 2 months ago (2014-02-20 18:59:33 UTC) #6
cmang
10 years, 2 months ago (2014-02-20 19:33:03 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=6c0339d94123 ***

cmd/gc: make embedded, unexported fields read-only.

Fixes issue 7363.

LGTM=gri
R=gri, rsc, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/66510044
Sign in to reply to this message.

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