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

Issue 7142052: code review 7142052: cmd/gc: don't hash nor compare struct padding or blank ... (Closed)

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

Description

cmd/gc: don't hash nor compare struct padding or blank fields. Fixes issue 4585.

Patch Set 1 #

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

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

Total comments: 3

Patch Set 4 : diff -r 7bc28d72d49c https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -16 lines) Patch
M src/cmd/gc/subr.c View 1 2 7 chunks +34 lines, -11 lines 0 comments Download
M src/cmd/gc/walk.c View 1 1 chunk +2 lines, -0 lines 0 comments Download
M test/blank.go View 1 2 3 4 chunks +12 lines, -5 lines 0 comments Download
A test/fixedbugs/issue4585.go View 1 2 1 chunk +91 lines, -0 lines 0 comments Download

Messages

Total messages: 5
remyoudompheng
Hello rsc@golang.org, golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 2 months ago (2013-01-18 10:41:23 UTC) #1
remyoudompheng
https://codereview.appspot.com/7142052/diff/3/test/blank.go File test/blank.go (right): https://codereview.appspot.com/7142052/diff/3/test/blank.go#newcode108 test/blank.go:108: } this test used to trigger a compilation error: ...
12 years, 2 months ago (2013-01-18 10:43:13 UTC) #2
rsc
LGTM Thanks very much for fixing this. https://codereview.appspot.com/7142052/diff/3/test/blank.go File test/blank.go (right): https://codereview.appspot.com/7142052/diff/3/test/blank.go#newcode109 test/blank.go:109: The T ...
12 years, 2 months ago (2013-01-18 16:42:28 UTC) #3
remyoudompheng
*** Submitted as https://code.google.com/p/go/source/detail?r=7059eeacbfba *** cmd/gc: don't hash nor compare struct padding or blank fields. ...
12 years, 2 months ago (2013-01-18 17:26:56 UTC) #4
remyoudompheng
12 years, 2 months ago (2013-01-18 17:46:30 UTC) #5
Message was sent while issue was closed.
Still buggy. Another patch coming.
Sign in to reply to this message.

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