WIP: Start with the old versions.json, instead of starting from scratch#67
Draft
DilumAluthge wants to merge 2 commits into
Draft
WIP: Start with the old versions.json, instead of starting from scratch#67DilumAluthge wants to merge 2 commits into
versions.json, instead of starting from scratch#67DilumAluthge wants to merge 2 commits into
Conversation
41138dd to
d5410a9
Compare
8ac8137 to
51876ee
Compare
53f214d to
b8b12f8
Compare
b64e4dd to
7ce61de
Compare
This was referenced Apr 28, 2026
faac805 to
3ab54f1
Compare
🤖 Some parts written by Codex. Co-authored-by: OpenAI Codex GPT-5 <codex@openai.com>
3ab54f1 to
9f06959
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Some parts written by Codex.
This addresses the first sub-item from #51:
Prior to this PR, we build the entire
versions.jsonfrom scratch every time. With this PR, we re-use as much of the existingversions.jsonas possible. The only parts we have to do are:In order to know whether the old info is good or stale, we store the ETag and Last-Modified headers, and we discard the old info if either header has changed.
Other changes
TODO before merging: