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: go test -a foo does not rebuild regexp #6844

Closed
rsc opened this issue Nov 29, 2013 · 6 comments
Closed

cmd/go: go test -a foo does not rebuild regexp #6844

rsc opened this issue Nov 29, 2013 · 6 comments
Milestone

Comments

@rsc
Copy link
Contributor

rsc commented Nov 29, 2013

go tests depend implicitly on package regexp. 
go test -a does not rebuild regexp like it should.

g% go test -x -a -c strings 2>z
g% grep regexp z
g% 

(no mention of regexp in the -x output)
@rsc
Copy link
Contributor Author

rsc commented Dec 4, 2013

Comment 1:

Labels changed: added release-go1.3.

@rsc
Copy link
Contributor Author

rsc commented Dec 4, 2013

Comment 2:

Labels changed: removed go1.3.

@rsc
Copy link
Contributor Author

rsc commented Dec 4, 2013

Comment 3:

Labels changed: added repo-main.

@rsc
Copy link
Contributor Author

rsc commented Apr 3, 2014

Comment 4:

Issue #6479 has been merged into this issue.

@gopherbot
Copy link

Comment 5:

CL https://golang.org/cl/97840043 mentions this issue.

@rsc
Copy link
Contributor Author

rsc commented May 9, 2014

Comment 6:

This issue was closed by revision 52961b9.

Status changed to Fixed.

@rsc rsc added fixed labels May 9, 2014
@rsc rsc added this to the Go1.3 milestone Apr 14, 2015
@rsc rsc removed the release-go1.3 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 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

2 participants