Skip to content

Issue-375: stop cleanup timestamp pruning after the first entry - #377

Merged
Swatinem merged 1 commit into
Swatinem:masterfrom
TethysSvensson:tethys/cleanup-fix-minimal
Aug 12, 2026
Merged

Issue-375: stop cleanup timestamp pruning after the first entry#377
Swatinem merged 1 commit into
Swatinem:masterfrom
TethysSvensson:tethys/cleanup-fix-minimal

Conversation

@TethysSvensson

Copy link
Copy Markdown
Contributor

The timestamp branch in rmExcept returned after the first directory entry, so at most one outdated item was ever removed. Replace the early return with continue so every entry is checked.

Fixes: #375

The timestamp branch in rmExcept returned after the first directory
entry, so at most one outdated item was ever removed. Replace the early
return with continue so every entry is checked.
@TethysSvensson

Copy link
Copy Markdown
Contributor Author

It looks like there are whitespace changes, I'm not sure why. I can take a look in a few hours, but also feel free to push to my branch if you want.

@Swatinem
Swatinem merged commit 258712b into Swatinem:master Aug 12, 2026
41 of 42 checks passed
@Swatinem

Copy link
Copy Markdown
Owner

I will rebuild anyway before I release, thanks.

@TethysSvensson
TethysSvensson deleted the tethys/cleanup-fix-minimal branch August 12, 2026 16:52
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.

Timestamp cleanup bails after the first entry

2 participants