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

cmd/go: dedup argument list #4104

Closed
davecheney opened this issue Sep 19, 2012 · 6 comments
Closed

cmd/go: dedup argument list #4104

davecheney opened this issue Sep 19, 2012 · 6 comments
Milestone

Comments

@davecheney
Copy link
Contributor

What steps will reproduce the problem?

lucky(~) % go test fmt fmt fmt fmt fmt fmt fmt
# fmt_test
go/src/pkg/fmt/fmt_test.go:9: import $WORK/fmt/_test/fmt.a: not a package file
# fmt
can't create $WORK/fmt/_test/_go_.6: No such file or directory
# fmt_test
go/src/pkg/fmt/fmt_test.go:840: undefined: IsSpace
go/src/pkg/fmt/fmt_test.go:841: undefined: IsSpace
FAIL    fmt [build failed]
FAIL    fmt [build failed]
# fmt_test
go/src/pkg/fmt/fmt_test.go:840: undefined: IsSpace
go/src/pkg/fmt/fmt_test.go:841: undefined: IsSpace
# fmt_test
go/src/pkg/fmt/fmt_test.go:840: undefined: IsSpace
go/src/pkg/fmt/fmt_test.go:841: undefined: IsSpace
FAIL    fmt [build failed]
FAIL    fmt [build failed]
FAIL    fmt [build failed]
# fmt
can't create $WORK/fmt/_test/_go_.6: No such file or directory
FAIL    fmt [build failed]
# fmt
can't create $WORK/fmt/_test/_go_.6: No such file or directory
FAIL    fmt [build failed]

What is the expected output? What do you see instead?

fmt test should pass (either once, or 7 times)

Please use labels and text to provide additional information.

lucky(~) % go version
go version go1.0.3
@rsc
Copy link
Contributor

rsc commented Sep 20, 2012

Comment 1:

Status changed to Accepted.

@rsc
Copy link
Contributor

rsc commented Sep 24, 2012

Comment 2:

Owner changed to @rsc.

@rsc
Copy link
Contributor

rsc commented Sep 24, 2012

Comment 3:

Owner changed to ---.

@rsc
Copy link
Contributor

rsc commented Oct 6, 2012

Comment 4:

Labels changed: added go1.1.

@davecheney
Copy link
Contributor Author

Comment 5:

http://golang.org/cl/6639051/

Owner changed to @DanielMorsing.

Status changed to Started.

@DanielMorsing
Copy link
Contributor

Comment 6:

This issue was closed by revision a2659aa.

Status changed to Fixed.

@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

4 participants