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

Issue 6826063: code review 6826063: reflect: fix test of whether structs are identical (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 8 months ago by iant
Modified:
12 years, 8 months ago
Reviewers:
CC:
rsc, gobot, golang-dev
Visibility:
Public.

Description

reflect: fix test of whether structs are identical The old code worked with gc, I assume because the linker unified identical strings, but it failed with gccgo.

Patch Set 1 #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -2 lines) Patch
src/pkg/reflect/type.go View 1 chunk +13 lines, -2 lines 0 comments Download
test/fixedbugs/bug468.go View 1 chunk +10 lines, -0 lines 0 comments Download
test/fixedbugs/bug468.dir/p1.go View 1 chunk +7 lines, -0 lines 0 comments Download
test/fixedbugs/bug468.dir/p2.go View 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 4
iant
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 8 months ago (2012-11-07 01:30:52 UTC) #1
gobot
R=rsc (assigned by dsymonds)
12 years, 8 months ago (2012-11-07 03:20:22 UTC) #2
rsc
LGTM
12 years, 8 months ago (2012-11-07 14:48:04 UTC) #3
iant
12 years, 8 months ago (2012-11-07 19:55:41 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=ff7ca53f4433 ***

reflect: fix test of whether structs are identical

The old code worked with gc, I assume because the linker
unified identical strings, but it failed with gccgo.

R=rsc
CC=gobot, golang-dev
http://codereview.appspot.com/6826063
Sign in to reply to this message.

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