-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Comments
@dvic i have to mention you here so it'll let me assign you i think |
mhanberg
pushed a commit
that referenced
this issue
Aug 17, 2023
This was referenced Sep 30, 2023
This was referenced Jul 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: