Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

References: determine best place to wipe out a file's references #154

@mhanberg

Description

@mhanberg

Description

If you save a file without actually changing the contents, the compiler won't compile the file again, but we are currently deleting all references from that file, in preparation for them to be replenished.

We should either delete the references when we know we are actually compiling, or conditionally delete them if we can determine if the file is actually dirty since the last save.

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