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

Issue 6543057: code review 6543057: cmd/gc: Don't export embedded builtins (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 6 months ago by DMorsing
Modified:
11 years, 6 months ago
Reviewers:
CC:
golang-dev, dfc, minux1, remyoudompheng, rsc
Visibility:
Public.

Description

cmd/gc: Don't export embedded builtins Fixes issue 4124.

Patch Set 1 #

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -6 lines) Patch
M src/cmd/gc/align.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/gc/dcl.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/gc/fmt.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/gc/lex.c View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M src/cmd/gc/reflect.c View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
A test/fixedbugs/bug460.go View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
A test/fixedbugs/bug460.dir/a.go View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
A test/fixedbugs/bug460.dir/b.go View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download
A test/fixedbugs/bug461.go View 1 2 3 4 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 17
DMorsing
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com, rsc@golang.org), I'd like you to review this change to https://code.google.com/p/go/
11 years, 6 months ago (2012-09-22 09:43:58 UTC) #1
DMorsing
I think I got this right, but I'm very unsure. Could everyone please that a ...
11 years, 6 months ago (2012-09-22 09:45:29 UTC) #2
dfc
Fixes issue 4124 Also, I think you should include the test code from issue 4124 ...
11 years, 6 months ago (2012-09-22 09:59:51 UTC) #3
DMorsing
On 2012/09/22 09:59:51, dfc wrote: > Fixes issue 4124 Whoops. Added now > > Also, ...
11 years, 6 months ago (2012-09-22 11:18:32 UTC) #4
rsc
The test using reflect is nice, but can you also make a test checking the ...
11 years, 6 months ago (2012-09-22 12:51:23 UTC) #5
DMorsing
On Sat, Sep 22, 2012 at 2:51 PM, Russ Cox <rsc@golang.org> wrote: > The test ...
11 years, 6 months ago (2012-09-22 14:26:31 UTC) #6
rsc
> compiledir only checks that the compile is successful. Since I have to > do ...
11 years, 6 months ago (2012-09-22 15:03:08 UTC) #7
DMorsing
On Sat, Sep 22, 2012 at 5:03 PM, Russ Cox <rsc@golang.org> wrote: >> compiledir only ...
11 years, 6 months ago (2012-09-22 15:30:32 UTC) #8
minux1
On Saturday, September 22, 2012, Daniel Morsing wrote: > On Sat, Sep 22, 2012 at ...
11 years, 6 months ago (2012-09-22 15:36:45 UTC) #9
DMorsing
PTAL. Added a compilation test that uses the new errorcheckdir functionality in the test framework.
11 years, 6 months ago (2012-10-06 08:42:32 UTC) #10
remyoudompheng
Does it happen to fix issue 3552?
11 years, 6 months ago (2012-10-06 16:51:09 UTC) #11
DMorsing
On 2012/10/06 16:51:09, remyoudompheng wrote: > Does it happen to fix issue 3552? Quick test ...
11 years, 6 months ago (2012-10-06 18:38:39 UTC) #12
rsc
LGTM
11 years, 6 months ago (2012-10-06 22:25:56 UTC) #13
DMorsing
*** Submitted as http://code.google.com/p/go/source/detail?r=484bb665fa12 *** cmd/gc: Don't export embedded builtins Fixes issue 4124. R=golang-dev, dave, ...
11 years, 6 months ago (2012-10-07 04:54:04 UTC) #14
DMorsing
Little postscript to this CL. Should we change the naming convention for files in the ...
11 years, 6 months ago (2012-10-07 04:59:29 UTC) #15
minux1
On Sun, Oct 7, 2012 at 12:59 PM, <daniel.morsing@gmail.com> wrote: > Little postscript to this ...
11 years, 6 months ago (2012-10-07 05:48:07 UTC) #16
rsc
11 years, 6 months ago (2012-10-07 14:03:29 UTC) #17
I don't want to create a new directory, but I don't mind
test/fixedbugs/issueNNNN for this.
Sign in to reply to this message.

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