Skip to content

Fix deleting stale files in Gradle transform task #550

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

Merged
merged 1 commit into from
Jul 9, 2025

Conversation

adam-enko
Copy link
Member

When source files are deleted Atomicfu would not delete the transformed files. Previously transformed files should be deleted whenever the transformer runs, so stale files do not linger.

Fix #547

When source files are deleted Atomicfu would not delete the transformed files. Previously transformed files should be deleted whenever the transformer runs, so stale files do not linger.

#547
@fzhinkin fzhinkin changed the base branch from master to develop July 9, 2025 14:44
@fzhinkin fzhinkin self-requested a review July 9, 2025 14:45
Copy link
Collaborator

@fzhinkin fzhinkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adam-enko, thanks for fixing it!

@fzhinkin fzhinkin merged commit 805ae0b into develop Jul 9, 2025
2 checks passed
@adam-enko adam-enko deleted the adam/fix-deleting-old-files branch July 9, 2025 15:51
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

Successfully merging this pull request may close these issues.

AtomicFUTransformerBase doesn't clear stale files
2 participants