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

Delete vestigial last_run.uuid file #2236

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

glasser
Copy link
Member

@glasser glasser commented Oct 24, 2024

This file gets written with a random UUID every time you download the schema. The line that writes it was added in #119 along with a special cargo:rerun-if-changed command to control if Cargo is rerun. However, that check was removed in #1166. (And then this entire update procedure was moved from build.rs to an explicitly-run xtask command in #1424.)

So it seems like this file is completely vestigial at this point and doesn't need to be updated when you update the schema.

This file gets written with a random UUID every time you download the
schema. The line that writes it was added in #119 along with a special
`cargo:rerun-if-changed` command to control if Cargo is rerun. However,
that check was removed in #1166. (And then this entire update procedure
was moved from `build.rs` to an explicitly-run `xtask` command in #1424.)

So it seems like this file is completely vestigial at this point and
doesn't need to be updated when you update the schema.
@glasser glasser requested a review from a team as a code owner October 24, 2024 20:59
@svc-apollo-docs
Copy link
Collaborator

svc-apollo-docs commented Oct 24, 2024

✅ Docs Preview Ready

No new or changed pages found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants