Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api: handle the case where contexts re-converge #4303

Closed
bradfitz opened this issue Oct 29, 2012 · 1 comment
Closed

api: handle the case where contexts re-converge #4303

bradfitz opened this issue Oct 29, 2012 · 1 comment
Milestone

Comments

@bradfitz
Copy link
Contributor

from golang-dev from brainman:

"""
This CL breaks goapi check. I have introduced windows
syscall.RawSockaddrInet6, and now

# go run goapi.go | grep RawSockaddrInet6
pkg syscall (darwin-386), type RawSockaddrInet6 struct, Family uint8
pkg syscall (darwin-386), type RawSockaddrInet6 struct, Len uint8
pkg syscall (darwin-386-cgo), type RawSockaddrInet6 struct, Family uint8
pkg syscall (darwin-386-cgo), type RawSockaddrInet6 struct, Len uint8
pkg syscall (darwin-amd64), type RawSockaddrInet6 struct, Family uint8
pkg syscall (darwin-amd64), type RawSockaddrInet6 struct, Len uint8
pkg syscall (darwin-amd64-cgo), type RawSockaddrInet6 struct, Family
uint8
pkg syscall (darwin-amd64-cgo), type RawSockaddrInet6 struct, Len uint8
pkg syscall (freebsd-386), type RawSockaddrInet6 struct, Family uint8
pkg syscall (freebsd-386), type RawSockaddrInet6 struct, Len uint8
pkg syscall (freebsd-amd64), type RawSockaddrInet6 struct, Family uint8
pkg syscall (freebsd-amd64), type RawSockaddrInet6 struct, Len uint8
pkg syscall (linux-386), type RawSockaddrInet6 struct, Family uint16
pkg syscall (linux-386-cgo), type RawSockaddrInet6 struct, Family uint16
pkg syscall (linux-amd64), type RawSockaddrInet6 struct, Family uint16
pkg syscall (linux-amd64-cgo), type RawSockaddrInet6 struct, Family
uint16
pkg syscall (linux-arm), type RawSockaddrInet6 struct, Family uint16
pkg syscall (windows-386), type RawSockaddrInet6 struct, Family uint16
pkg syscall (windows-amd64), type RawSockaddrInet6 struct, Family uint16
pkg syscall, type RawSockaddrInet6 struct
pkg syscall, type RawSockaddrInet6 struct, Addr [16]byte
pkg syscall, type RawSockaddrInet6 struct, Flowinfo uint32
pkg syscall, type RawSockaddrInet6 struct, Port uint16
pkg syscall, type RawSockaddrInet6 struct, Scope_id uint32

while in the past

# cat $GOROOT/api/go1.txt | grep RawSockaddrInet6
pkg syscall (darwin-386), type RawSockaddrInet6 struct
pkg syscall (darwin-386), type RawSockaddrInet6 struct, Addr [16]byte
pkg syscall (darwin-386), type RawSockaddrInet6 struct, Family uint8
pkg syscall (darwin-386), type RawSockaddrInet6 struct, Flowinfo uint32
pkg syscall (darwin-386), type RawSockaddrInet6 struct, Len uint8
pkg syscall (darwin-386), type RawSockaddrInet6 struct, Port uint16
pkg syscall (darwin-386), type RawSockaddrInet6 struct, Scope_id uint32
pkg syscall (darwin-386-cgo), type RawSockaddrInet6 struct
pkg syscall (darwin-386-cgo), type RawSockaddrInet6 struct, Addr
[16]byte
pkg syscall (darwin-386-cgo), type RawSockaddrInet6 struct, Family uint8
pkg syscall (darwin-386-cgo), type RawSockaddrInet6 struct, Flowinfo
uint32
pkg syscall (darwin-386-cgo), type RawSockaddrInet6 struct, Len uint8
pkg syscall (darwin-386-cgo), type RawSockaddrInet6 struct, Port uint16
pkg syscall (darwin-386-cgo), type RawSockaddrInet6 struct, Scope_id
uint32
pkg syscall (darwin-amd64), type RawSockaddrInet6 struct
pkg syscall (darwin-amd64), type RawSockaddrInet6 struct, Addr [16]byte
pkg syscall (darwin-amd64), type RawSockaddrInet6 struct, Family uint8
pkg syscall (darwin-amd64), type RawSockaddrInet6 struct, Flowinfo
uint32
pkg syscall (darwin-amd64), type RawSockaddrInet6 struct, Len uint8
pkg syscall (darwin-amd64), type RawSockaddrInet6 struct, Port uint16
pkg syscall (darwin-amd64), type RawSockaddrInet6 struct, Scope_id
uint32
pkg syscall (darwin-amd64-cgo), type RawSockaddrInet6 struct
pkg syscall (darwin-amd64-cgo), type RawSockaddrInet6 struct, Addr
[16]byte
pkg syscall (darwin-amd64-cgo), type RawSockaddrInet6 struct, Family
uint8
pkg syscall (darwin-amd64-cgo), type RawSockaddrInet6 struct, Flowinfo
uint32
pkg syscall (darwin-amd64-cgo), type RawSockaddrInet6 struct, Len uint8
pkg syscall (darwin-amd64-cgo), type RawSockaddrInet6 struct, Port
uint16
pkg syscall (darwin-amd64-cgo), type RawSockaddrInet6 struct, Scope_id
uint32
pkg syscall (freebsd-386), type RawSockaddrInet6 struct
pkg syscall (freebsd-386), type RawSockaddrInet6 struct, Addr [16]byte
pkg syscall (freebsd-386), type RawSockaddrInet6 struct, Family uint8
pkg syscall (freebsd-386), type RawSockaddrInet6 struct, Flowinfo uint32
pkg syscall (freebsd-386), type RawSockaddrInet6 struct, Len uint8
pkg syscall (freebsd-386), type RawSockaddrInet6 struct, Port uint16
pkg syscall (freebsd-386), type RawSockaddrInet6 struct, Scope_id uint32
pkg syscall (freebsd-amd64), type RawSockaddrInet6 struct
pkg syscall (freebsd-amd64), type RawSockaddrInet6 struct, Addr [16]byte
pkg syscall (freebsd-amd64), type RawSockaddrInet6 struct, Family uint8
pkg syscall (freebsd-amd64), type RawSockaddrInet6 struct, Flowinfo
uint32
pkg syscall (freebsd-amd64), type RawSockaddrInet6 struct, Len uint8
pkg syscall (freebsd-amd64), type RawSockaddrInet6 struct, Port uint16
pkg syscall (freebsd-amd64), type RawSockaddrInet6 struct, Scope_id
uint32
pkg syscall (linux-386), type RawSockaddrInet6 struct
pkg syscall (linux-386), type RawSockaddrInet6 struct, Addr [16]byte
pkg syscall (linux-386), type RawSockaddrInet6 struct, Family uint16
pkg syscall (linux-386), type RawSockaddrInet6 struct, Flowinfo uint32
pkg syscall (linux-386), type RawSockaddrInet6 struct, Port uint16
pkg syscall (linux-386), type RawSockaddrInet6 struct, Scope_id uint32
pkg syscall (linux-386-cgo), type RawSockaddrInet6 struct
pkg syscall (linux-386-cgo), type RawSockaddrInet6 struct, Addr [16]byte
pkg syscall (linux-386-cgo), type RawSockaddrInet6 struct, Family uint16
pkg syscall (linux-386-cgo), type RawSockaddrInet6 struct, Flowinfo
uint32
pkg syscall (linux-386-cgo), type RawSockaddrInet6 struct, Port uint16
pkg syscall (linux-386-cgo), type RawSockaddrInet6 struct, Scope_id
uint32
pkg syscall (linux-amd64), type RawSockaddrInet6 struct
pkg syscall (linux-amd64), type RawSockaddrInet6 struct, Addr [16]byte
pkg syscall (linux-amd64), type RawSockaddrInet6 struct, Family uint16
pkg syscall (linux-amd64), type RawSockaddrInet6 struct, Flowinfo uint32
pkg syscall (linux-amd64), type RawSockaddrInet6 struct, Port uint16
pkg syscall (linux-amd64), type RawSockaddrInet6 struct, Scope_id uint32
pkg syscall (linux-amd64-cgo), type RawSockaddrInet6 struct
pkg syscall (linux-amd64-cgo), type RawSockaddrInet6 struct, Addr
[16]byte
pkg syscall (linux-amd64-cgo), type RawSockaddrInet6 struct, Family
uint16
pkg syscall (linux-amd64-cgo), type RawSockaddrInet6 struct, Flowinfo
uint32
pkg syscall (linux-amd64-cgo), type RawSockaddrInet6 struct, Port uint16
pkg syscall (linux-amd64-cgo), type RawSockaddrInet6 struct, Scope_id
uint32
pkg syscall (linux-arm), type RawSockaddrInet6 struct
pkg syscall (linux-arm), type RawSockaddrInet6 struct, Addr [16]byte
pkg syscall (linux-arm), type RawSockaddrInet6 struct, Family uint16
pkg syscall (linux-arm), type RawSockaddrInet6 struct, Flowinfo uint32
pkg syscall (linux-arm), type RawSockaddrInet6 struct, Port uint16
pkg syscall (linux-arm), type RawSockaddrInet6 struct, Scope_id uint32

I can change $GOROOT/api/go1.txt, but, I think, the idea is that is
stays unchanged. I am not sure how to change goapi command to make it
work. Suggestions are welcome.

Alex

http://golang.org/cl/6822045/

"""
@bradfitz
Copy link
Contributor Author

Comment 1:

This issue was closed by revision 71d9e95.

Status changed to Fixed.

@bradfitz bradfitz self-assigned this Oct 30, 2012
@rsc rsc added this to the Go1.1 milestone Apr 14, 2015
@rsc rsc removed the go1.1 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants