cmd/go: dedup argument list #4104

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

Comments

Projects
None yet
4 participants
Contributor

davecheney commented Sep 19, 2012

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
Contributor

rsc commented Sep 20, 2012

Comment 1:

Status changed to Accepted.

Contributor

rsc commented Sep 24, 2012

Comment 2:

Owner changed to @rsc.

Contributor

rsc commented Sep 24, 2012

Comment 3:

Owner changed to ---.

Contributor

rsc commented Oct 6, 2012

Comment 4:

Labels changed: added go1.1.

Contributor

davecheney commented Oct 17, 2012

Comment 5:

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

Owner changed to @DanielMorsing.

Status changed to Started.

Contributor

DanielMorsing commented Oct 17, 2012

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

@gopherbot gopherbot 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.