Avoid File Overwriting for Unchanged Files #3364
Labels
codegen
Issues related to or arising from code generation
feature
New addition or enhancement to existing solutions
low-priority
Use case
Prevent the overwriting of files during code generation if they have not changed. This is crucial for CI tooling relying on file modification dates for tasks like cache busting and triggering code generation using tools like Sourcery.
Describe the solution you'd like
Introduce a configuration option to control overwriting unchanged files, or by default, prevent such overwriting.
The text was updated successfully, but these errors were encountered: