Skip to content

Don't write files whose contents haven't changed #3

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
virtuald opened this issue Oct 24, 2019 · 1 comment
Closed

Don't write files whose contents haven't changed #3

virtuald opened this issue Oct 24, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@virtuald
Copy link
Member

Let distutils try to save us some time?

It's tricky because we try to delete all the generated files, so we'd need to keep track of this, and track hashes, etc... but it would probably result in a more pleasant development experience assuming distutils does the right thing and doesn't rebuild things that aren't modified.

@auscompgeek auscompgeek added the enhancement New feature or request label Jan 9, 2021
@virtuald
Copy link
Member Author

virtuald commented Jan 9, 2021

Note that ccache and RPYBUILD_GEN_FILTER help a bit here (https://robotpy-build.readthedocs.io/en/latest/tips.html), but it would be good to get this done at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants