Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Recognize corrupted cache entries #263

@TiloW

Description

@TiloW

This came up during the discussion of #261. Sometimes cache entries are corrupted (e.g., when the compiler is forcibly terminated while copying an object file into the cache) which in most cases will lead to link errors as bad object files are delivered. It would be nice to find a way to prevent this.

One way to resolve this would be to mark entries that are being edited (e.g., by renaming files) and invalidate such marked entries upon lookup. Invalid entries need to be re-compiled.

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