Skip to content

rustpkg build only checks the timestamp of main.rs/lib.rs when rebuilding. #10247

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

Closed
clonejo opened this issue Nov 3, 2013 · 2 comments
Closed

Comments

@clonejo
Copy link

clonejo commented Nov 3, 2013

Assume we have a file main.rs which defines a module foo residing in foo.rs. When the package has previously been built, rustpkg build … only checks the timestamp of main.rs, but not that of foo.rs, ignoring changes done there.

This also applies to rustpkg test with test.rs.

@sfackler
Copy link
Member

sfackler commented Nov 3, 2013

#9416

@clonejo
Copy link
Author

clonejo commented Nov 3, 2013

duplicate of #9416

@clonejo clonejo closed this as completed Nov 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants