feat(verify): cross-reference SoC records against Wikipedia lists - #74
Merged
Merged
Conversation
Confirm a chip only when the heading matches and two independent specs agree. A launch year, a process node, or a GPU name cannot confirm on its own.
Seungpyo1007
force-pushed
the
Seungpyo1007/feat-soc-wikipedia
branch
from
September 22, 2026 18:38
5af7367 to
5d38453
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.
What & why
Add
app.verify.wikipedia_soc_backfill, the SoC counterpart of the Wikipedia GPU backfill. It reads the English Wikipedia SoC list articles and appends a URL only when the chip name matches and two independent specs agree.A launch year cannot confirm by itself. A wearable, automotive, modem, or PC marker on only one side stays ambiguous, and a part number cannot pull in a different chip.
--dry-runis the default. GSMArena, PhoneDB, and DeviceSpecifications are not requested.Test
python -m pytest tests/verify/test_wikipedia_soc_backfill.py