Skip to content

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

@rsc

Description

@rsc
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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions