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: Removing source files from a package doesn't trigger that package to rebuild #9718

Closed
anacrolix opened this issue Jan 29, 2015 · 1 comment

Comments

@anacrolix
Copy link
Contributor

Say I have a package 'a' consisting of b.go and c.go, and another package 'd' that imports 'a'. If b.go is removed from the filesystem, go build d won't trigger a rebuild of 'a'.

@minux
Copy link
Member

minux commented Jan 29, 2015

Dup of #3895.

@minux minux closed this as completed Jan 29, 2015
@mikioh mikioh changed the title Removing source files from a package doesn't trigger that package to rebuild cmd/go: Removing source files from a package doesn't trigger that package to rebuild Jan 30, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
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

3 participants