Three small truths: the heading, the requeue line, old arxiv ids - #34
Open
leeovery wants to merge 3 commits into
Open
Three small truths: the heading, the requeue line, old arxiv ids#34leeovery wants to merge 3 commits into
leeovery wants to merge 3 commits into
Conversation
"The engine has given up on" was written when manual was the section's only tenant; a resting row lands there because the owner's config paused it, and the engine has given up on nothing. The heading now states what is true of every row it covers — only you can move these — and the design's heading example says the same. The §11 vocabulary table already names both tenants and stands unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
_requeue_in_place carried the held line's item verbatim, so re-fetching a renamed item's own URL ledgered its transient QUEUED line under the dead id — superseded by the drain's owner-resolved outcome in the same run, but standing alone if the run died in between. It was the one write site left asking the stored string instead of the corpus; the redetection path was already fixed for the same pattern. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ARXIV_ID's character class read only modern YYMM.NNNNN ids, so a pre-2007 <archive>[.<subclass>]/<YYMMNNN> URL fell to the web delegate as an article — and its version suffixes split one paper into two work units. The old shape now keys to abs/<archive>/<number>, subject class discarded alongside the version, because the export API resolves only the bare form (driven against the real endpoint: math/0309285 and math/0309136 answer; math.GT/0309136 returns no entry). The seven-digit number keeps /list/cs.AI/recent and the archive pages falling through. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
math/0309285, hyphenated archives, subclasses) key as papers: canonical drops version AND subclass because the export API resolves only the bare form — verified against the real endpoint, so identity follows fetch🤖 Generated with Claude Code