Skip to content

clean_rendering_files() identifies files by name only, like the fixed copy-back bug #24

Description

@VincentGuyader

Follow-up of #23. clean_rendering_files() computes setdiff(present_after, present_before) on file names only. A file that existed before rendering and was regenerated during it is treated as pre-existing and kept, while the same names-only identity caused the stale-output bug fixed in #23 for the copy-back side. Worth auditing under the same rule: snapshot (path, mtime, size) and decide explicitly what "created by rendering" means for modified files.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions