-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Removing a source file does not trigger a rebuild #1090
Comments
It's worth noting that many systems (that I'm aware of: Make, Rake, CMake) don't handle this case transparently. I first became aware of the problem because CMake suggests you add the names of all your source files to the |
Can you provide an example of what went wrong? A simple reproduction does not reproduce this error.
|
I can't seem to repro anymore either. It must have been a more complicated set of steps to cause the problem. Once I noticed the file was missing, I went back and ran |
There was a bug like this awhile ago I fixed recently, but without a reproduction I'm gonna close this for now. Feel free to reopen though if it's rediscovered! |
I accidentally RMed a source file. This did not trigger a rebuild, so the tests ran fine. I ended up pushing to Git broken code :(
Anyway, removing source file should trigger a rebuild.
The text was updated successfully, but these errors were encountered: