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

Issue 5652065: code review 5652065: gc: fix import of struct type in struct literal (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 4 months ago by rsc
Modified:
13 years, 4 months ago
Reviewers:
Kyle E. Lemons, ken3
CC:
ken2, golang-dev
Visibility:
Public.

Description

gc: fix import of struct type in struct literal Fixes issue 2716.

Patch Set 1 #

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

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

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+228 lines, -164 lines) Patch
M src/cmd/gc/go.y View 1 2 chunks +17 lines, -1 line 1 comment Download
M src/cmd/gc/y.tab.c View 1 142 chunks +179 lines, -163 lines 0 comments Download
A test/fixedbugs/bug415.go View 1 1 chunk +9 lines, -0 lines 0 comments Download
A test/fixedbugs/bug415.dir/main.go View 1 1 chunk +9 lines, -0 lines 0 comments Download
A test/fixedbugs/bug415.dir/p.go View 1 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 5
rsc
Hello ken2 (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 4 months ago (2012-02-11 05:34:00 UTC) #1
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=b400b5f53d68 *** gc: fix import of struct type in struct literal Fixes ...
13 years, 4 months ago (2012-02-11 05:34:04 UTC) #2
ken3
lgtm
13 years, 4 months ago (2012-02-11 05:36:17 UTC) #3
Kyle E. Lemons
FYI http://codereview.appspot.com/5652065/diff/5001/src/cmd/gc/go.y File src/cmd/gc/go.y (right): http://codereview.appspot.com/5652065/diff/5001/src/cmd/gc/go.y#newcode1422 src/cmd/gc/go.y:1422: NodeList *l; Is there code missing here? l ...
13 years, 4 months ago (2012-02-11 06:04:39 UTC) #4
Kyle E. Lemons
13 years, 4 months ago (2012-02-11 06:07:27 UTC) #5
On 2012/02/11 06:04:39, Kyle E. Lemons wrote:
> FYI
> 
> http://codereview.appspot.com/5652065/diff/5001/src/cmd/gc/go.y
> File src/cmd/gc/go.y (right):
> 
> http://codereview.appspot.com/5652065/diff/5001/src/cmd/gc/go.y#newcode1422
> src/cmd/gc/go.y:1422: NodeList *l;
> Is there code missing here?
> 
> l is used without being initialized... (either that or my C is really, really
> rusty)

Nevermind.  Fixed already.
Sign in to reply to this message.

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