Skip to content

[BUG] Cache does not respect changes to configuration #291

@andreaswolf

Description

@andreaswolf

Since Fractor 0.5, there is a cache that prevents Fractor from reprocessing unchanged files, potentially leading to performance improvements.

This cache however does not respect the configuration, so when run repeatedly with different config files or after config changes, it will not reprocess any files that were not changed as well.

IMO there is a few ways to deal with this situation:

  1. in the short term, disable the cache by default
  2. mid-term, add some kind of hashing to the configuration and store that together with the rest of the cache

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions