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

Issue 118690044: code review 118690044: cmd/cgo: make C function pointers non-assignable (Closed)

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

Description

cmd/cgo: make C function pointers non-assignable Fixes issue 7757. Fixes issue 8488.

Patch Set 1 #

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

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

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

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

Patch Set 6 : diff -r dad4822bccff https://code.google.com/p/go #

Patch Set 7 : diff -r f483391c3008 https://code.google.com/p/go #

Patch Set 8 : diff -r f483391c3008 https://code.google.com/p/go #

Total comments: 3

Patch Set 9 : diff -r 58026885ac66 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -2 lines) Patch
A misc/cgo/errors/issue7757.go View 1 chunk +14 lines, -0 lines 0 comments Download
M misc/cgo/errors/test.bash View 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/cgo/gcc.go View 1 chunk +7 lines, -1 line 0 comments Download
M src/cmd/cgo/out.go View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13
mdempsky
9 years, 8 months ago (2014-08-06 22:25:22 UTC) #1
iant
You can add a test case to misc/cgo/errors. Also please run "hg mail 118690044", it ...
9 years, 8 months ago (2014-08-06 23:59:03 UTC) #2
mdempsky
On 2014/08/06 23:59:03, iant wrote: > You can add a test case to misc/cgo/errors. Done, ...
9 years, 8 months ago (2014-08-07 00:10:45 UTC) #3
mdempsky
On 2014/08/07 00:10:45, mdempsky wrote: > Done, but I think there's an error in cgo's ...
9 years, 8 months ago (2014-08-07 00:23:19 UTC) #4
mdempsky
Hello iant@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
9 years, 8 months ago (2014-08-07 00:23:45 UTC) #5
mdempsky
I tracked down the cause of issue 8488 and included a fix in this CL. ...
9 years, 8 months ago (2014-08-08 22:17:00 UTC) #6
mdempsky
iant: Ping? Anything further you'd like from this CL before it LGTY?
9 years, 8 months ago (2014-08-12 06:14:18 UTC) #7
iant
Sorry, this did fall off my list. https://codereview.appspot.com/118690044/diff/130001/src/cmd/cgo/gcc.go File src/cmd/cgo/gcc.go (right): https://codereview.appspot.com/118690044/diff/130001/src/cmd/cgo/gcc.go#newcode652 src/cmd/cgo/gcc.go:652: // Wrap ...
9 years, 8 months ago (2014-08-12 18:26:54 UTC) #8
mdempsky
On 2014/08/12 18:26:54, iant wrote: > Sorry, this did fall off my list. No problem. ...
9 years, 8 months ago (2014-08-12 18:30:17 UTC) #9
iant
LGTM
9 years, 8 months ago (2014-08-12 18:57:43 UTC) #10
iant
*** Submitted as https://code.google.com/p/go/source/detail?r=e0bf1fc9dd8e *** cmd/cgo: make C function pointers non-assignable Fixes issue 7757. Fixes ...
9 years, 8 months ago (2014-08-12 19:55:17 UTC) #11
gobot
This CL appears to have broken the freebsd-amd64-race builder. See http://build.golang.org/log/2ae90b340a70d7ac83e50623ce5c0271f786fe9e
9 years, 8 months ago (2014-08-12 20:03:57 UTC) #12
mdempsky
9 years, 8 months ago (2014-08-12 20:34:26 UTC) #13
On 2014/08/12 20:03:57, gobot wrote:
> This CL appears to have broken the freebsd-amd64-race builder.
> See http://build.golang.org/log/2ae90b340a70d7ac83e50623ce5c0271f786fe9e

Unrelated flake.

--- FAIL: TestCPUProfileMultithreaded (15.11s)
	pprof_test.go:136: crc32.ChecksumIEEE: 0
	pprof_test.go:136: crc32.Update: 13
	pprof_test.go:150: crc32.ChecksumIEEE has 0 samples out of 13, want at least 1,
ideally 6
FAIL
FAIL	runtime/pprof	35.085s
Sign in to reply to this message.

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