Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mhanberg opened this issue Aug 9, 2023 · 1 comment · Fixed by #187 or #169
Closed

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

mhanberg opened this issue Aug 9, 2023 · 1 comment · Fixed by #187 or #169

Comments

@mhanberg
Copy link
Collaborator

mhanberg commented Aug 9, 2023

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.

@mhanberg
Copy link
Collaborator Author

@dvic i have to mention you here so it'll let me assign you i think

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