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

misc/dist: use tar.FileInfoHeader once it exists #3299

Closed
jpoirier opened this issue Mar 12, 2012 · 6 comments
Closed

misc/dist: use tar.FileInfoHeader once it exists #3299

jpoirier opened this issue Mar 12, 2012 · 6 comments

Comments

@jpoirier
Copy link
Member

What steps will reproduce the problem?
> go build bindist.go

What is the expected output? What do you see instead?
An executable.

#_/C_/go/misc/dist
.\bindist.go:538: undefined: syscall.Stat_t
@rsc
Copy link
Contributor

rsc commented Mar 12, 2012

Comment 1:

The code is wrong anyway; FileInfoHeader can do a better job.

Labels changed: added priority-go1, removed priority-triage.

Owner changed to @adg.

Status changed to Accepted.

@bradfitz
Copy link
Contributor

Comment 2:

Taking.

Owner changed to @bradfitz.

@bradfitz
Copy link
Contributor

Comment 3:

http://golang.org/cl/5796073

@bradfitz
Copy link
Contributor

Comment 4:

Waiting until after Go 1.

Labels changed: added priority-later, removed priority-go1.

@bradfitz
Copy link
Contributor

Comment 5:

Patch: http://golang.org/cl/6250056

Status changed to Started.

@bradfitz
Copy link
Contributor

Comment 6:

This issue was closed by revision ca6b4d5.

Status changed to Fixed.

@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

4 participants