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

Issue 6275050: code review 6275050: api: add Linux/ARM to go1 API (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 11 months ago by minux1
Modified:
11 years, 11 months ago
Reviewers:
CC:
golang-dev, bradfitz
Visibility:
Public.

Description

api: add Linux/ARM to go1 API It's very unfortunate that the type of Data field of struct RawSockaddr is [14]uint8 on Linux/ARM instead of [14]int8 on all the others. btw, it should be [14]int8 according to my header files.

Patch Set 1 #

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+2227 lines, -1 line) Patch
M api/go1.txt View 15 chunks +2226 lines, -1 line 0 comments Download
M src/cmd/api/goapi.go View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5
minux1
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
11 years, 11 months ago (2012-06-03 17:24:10 UTC) #1
minux1
I wonder why we don't check for freebsd-{386,amd64}-cgo?
11 years, 11 months ago (2012-06-03 17:37:36 UTC) #2
bradfitz
I don't think it's worth the cost. My gut feeling is that it wouldn't catch ...
11 years, 11 months ago (2012-06-03 18:26:17 UTC) #3
bradfitz
LGTM On Sun, Jun 3, 2012 at 10:24 AM, <minux.ma@gmail.com> wrote: > Reviewers: golang-dev_googlegroups.com, > ...
11 years, 11 months ago (2012-06-03 19:31:05 UTC) #4
minux1
11 years, 11 months ago (2012-06-04 07:22:22 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=5538444d6f32 ***

api: add Linux/ARM to go1 API
It's very unfortunate that the type of Data field of struct
RawSockaddr is [14]uint8 on Linux/ARM instead of [14]int8
on all the others.
btw, it should be [14]int8 according to my header files.

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

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