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

Issue 36860043: code review 36860043: cmd/go: fix cgo error output rewrite (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 4 months ago by minux1
Modified:
10 years, 2 months ago
Reviewers:
iant
CC:
golang-codereviews, rsc, iant
Visibility:
Public.

Description

cmd/go: fix cgo error output rewrite for example, we now rewrite *_Ctype_int to *C.int. Fixes issue 6781.

Patch Set 1 #

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

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

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

Total comments: 1

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

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M src/cmd/go/build.go View 1 2 3 4 5 6 7 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 8
minux1
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years, 4 months ago (2013-12-03 23:23:11 UTC) #1
minux1
gentoo ping.
10 years, 4 months ago (2013-12-10 04:40:11 UTC) #2
rsc
https://codereview.appspot.com/36860043/diff/60001/src/cmd/go/build.go File src/cmd/go/build.go (right): https://codereview.appspot.com/36860043/diff/60001/src/cmd/go/build.go#newcode1265 src/cmd/go/build.go:1265: var cgoTypeSigRe = regexp.MustCompile(`type ([*\[0-9\]]*)_Ctype_([^ )]*)`) what about chan ...
10 years, 4 months ago (2013-12-18 17:48:14 UTC) #3
gobot
Replacing golang-dev with golang-codereviews.
10 years, 4 months ago (2013-12-20 16:26:12 UTC) #4
minux1
PTAL. On 2013/12/18 17:48:14, rsc wrote: > https://codereview.appspot.com/36860043/diff/60001/src/cmd/go/build.go#newcode1265 > src/cmd/go/build.go:1265: var cgoTypeSigRe = regexp.MustCompile(`type > ...
10 years, 3 months ago (2014-01-09 21:51:36 UTC) #5
minux1
Hello golang-codereviews@googlegroups.com, rsc@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 2 months ago (2014-02-13 08:11:54 UTC) #6
iant
LGTM
10 years, 2 months ago (2014-02-13 17:33:30 UTC) #7
minux1
10 years, 2 months ago (2014-02-13 20:55:28 UTC) #8
*** Submitted as https://code.google.com/p/go/source/detail?r=5c3270d0abf1 ***

cmd/go: fix cgo error output rewrite
for example, we now rewrite *_Ctype_int to *C.int.
Fixes issue 6781.

LGTM=iant
R=golang-codereviews, rsc, iant
CC=golang-codereviews
https://codereview.appspot.com/36860043
Sign in to reply to this message.

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