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

Issue 4564043: code review 4564043: godefs: do not assume forward type references are enums (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 10 months ago by rh
Modified:
13 years, 10 months ago
Reviewers:
CC:
mikio, rsc, golang-dev
Visibility:
Public.

Description

godefs: do not assume forward type references are enums Fixes issue 1466.

Patch Set 1 #

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

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

Patch Set 4 : diff -r 798775ed7ee3 https://go.googlecode.com/hg/ #

Total comments: 1

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

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -20 lines) Patch
M src/cmd/godefs/a.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/godefs/main.c View 1 2 3 4 2 chunks +11 lines, -3 lines 1 comment Download
M src/cmd/godefs/stabs.c View 1 2 3 2 chunks +1 line, -9 lines 0 comments Download
M src/pkg/syscall/ztypes_darwin_386.go View 1 1 chunk +0 lines, -4 lines 0 comments Download
M src/pkg/syscall/ztypes_darwin_amd64.go View 1 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 14
rh
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 10 months ago (2011-05-30 22:35:16 UTC) #1
mikio
LGTM, no side effect for issue 432 fix? On Tue, May 31, 2011 at 7:35 ...
13 years, 10 months ago (2011-05-31 11:28:34 UTC) #2
rsc
I am worried about this rebreaking issue 432. Can you try the SDL test case?
13 years, 10 months ago (2011-05-31 14:41:14 UTC) #3
rh
Thank you for the reviews. You're right... this breaks 432. I'll dig some more.
13 years, 10 months ago (2011-06-01 02:26:22 UTC) #4
rh
Hello golang-dev@googlegroups.com, mikioh.mikioh@gmail.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 10 months ago (2011-06-01 03:15:41 UTC) #5
rh
Sorry, this is missing a file... one sec.
13 years, 10 months ago (2011-06-01 03:16:32 UTC) #6
rh
PTAL. This generates the following for issue 432 before and after patching on my box. ...
13 years, 10 months ago (2011-06-01 03:21:26 UTC) #7
mikio
I've just confirmed that the updated CL works well on freebsd and linux except linux/arm. ...
13 years, 10 months ago (2011-06-01 10:06:13 UTC) #8
mikio
On Wed, Jun 1, 2011 at 7:06 PM, Mikio Hara <mikioh.mikioh@gmail.com> wrote: > I've just ...
13 years, 10 months ago (2011-06-01 10:16:59 UTC) #9
rh
Thank you for testing this on freebsd/linux!
13 years, 10 months ago (2011-06-01 13:37:19 UTC) #10
rsc
This is great, thanks. http://codereview.appspot.com/4564043/diff/16001/src/cmd/godefs/main.c File src/cmd/godefs/main.c (right): http://codereview.appspot.com/4564043/diff/16001/src/cmd/godefs/main.c#newcode379 src/cmd/godefs/main.c:379: for (k = Uint64; k ...
13 years, 10 months ago (2011-06-02 14:17:29 UTC) #11
rh
PTAL http://codereview.appspot.com/4564043/diff/22002/src/cmd/godefs/main.c File src/cmd/godefs/main.c (right): http://codereview.appspot.com/4564043/diff/22002/src/cmd/godefs/main.c#newcode383 src/cmd/godefs/main.c:383: while(tt->kind > Uint8 && kindsize[tt->kind] > f->size) Is ...
13 years, 10 months ago (2011-06-03 02:38:25 UTC) #12
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=8fc8a4975c03 *** godefs: do not assume forward type references are enums Fixes ...
13 years, 10 months ago (2011-06-07 18:28:12 UTC) #13
rsc
13 years, 10 months ago (2011-06-07 18:28:21 UTC) #14
LGTM
Sign in to reply to this message.

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