Heckimp should warn if there's stuff in the output directory, and it gets to the end and one of the files wasn't in the input #4

Open
opened 2023-10-31 00:00:45 +01:00 by cassowary · 0 comments
Owner

We're gonna have some issues running against an update because there will be orphan files leftover that aren't in the input directory anymore. We can detect this by keeping track of all the files that would be created, and then checking them off the list of output files we detected, and printing out the ones that should be considered for deletion because they don't exist in the input (with exceptions of course), to make updates as repeatable as possible.

We're gonna have some issues running against an update because there will be orphan files leftover that aren't in the input directory anymore. We can detect this by keeping track of all the files that would be created, and then checking them off the list of output files we detected, and printing out the ones that should be considered for deletion because they don't exist in the input (with exceptions of course), to make updates as repeatable as possible.
cassowary added the
enhancement
fix next
labels 2023-12-07 22:02:53 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AlderconeStudio/heckimp#4
No description provided.