Show official python/typing conformance results (Basilisk sole 100%) + licensing audit#293
Merged
Conversation
… 100% Basilisk is now listed in the official python/typing conformance results (python/typing#2316). Surface that across the site and READMEs, and re-stamp the graded commit to the current upstream tip. - Comparison tables (EN + zh homepage) and the /docs/comparison leaderboard now show every graded checker's official score, including pycroscope (92.2%), the 7th tool previously omitted. Basilisk tops the board as the only tool at a perfect 100%; each score links to that tool's live results folder. - READMEs (EN + zh): restore the "only Python type checker with a perfect 100%" claim now that it is substantiated by the official results.html and link it there (Documentation Honesty: comparative claim carries its source). - Re-stamp conformance references c94dfce -> f051625 (still 141/141, 0 FP) in conformance_report.json, README, and CHECKER-ARCHITECTURE-SPEC to match the fixtures the gate now scores against. - Expand vscode-extension/NOTICES to the full third-party notice set. pycroscope facts (Python, Apache-2.0, no LSP/debugger/editor extension) verified against its repository; all conformance figures verified against the live python/typing results.html at f051625.
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.
TLDR
Documentation-only PR: surface Basilisk's official
python/typingconformance result — now listed upstream and the only checker at a perfect 100% — across the site and READMEs, and complete the third-party licensing/attribution audit (Astral/Ruff first).What Was Added?
website/src/_data/conformanceOfficial.js— a pinned, dated snapshot of the officialpython/typingresults leaderboard (all 7 graded checkers).pctis derived frompass/totalso a typo can never desync the percentage from its fraction; every value is transcribed verbatim fromresults.html.pycroscope(the 7th graded tool) added to the homepage comparison tables (EN + zh) and the/docs/comparisonleaderboard — previously omitted, so the tables now show every checker's official conformance score.base.njk+styles.css), rendered site-wide in EN + zh.README(EN/zh),README-pypi.md, and the VS Code extension README (Astral/Ruff first).license = "MIT",license-files) inpyproject.tomlso the Ruff copyright travels with the PyPI wheel.What Was Changed or Deleted?
vscode-extension/NOTICES— corrected the Ruff copyright toCopyright (c) 2022 Charles Marsh, pinned rev7c645a9(== release 0.15.17), documented the full 15-crateruff_*family, and added the permissive-tree summary (only file-level copyleft:infernoCDDL-1.0,coloredMPL-2.0, both linked unmodified; no GPL/AGPL/LGPL-only).results.html, and link the claim to that source (Documentation Honesty: a comparative claim carries its authoritative source).c94dfce→f051625(still 141/141, 0 false positives) inconformance_report.json,README, andCHECKER-ARCHITECTURE-SPEC.mdto match the upstream tip the gate now scores against.How Do The Automated Tests Prove It Works?
npm run buildclean (211 pages);gen_rules_reference.py --datadiff clean (rules.jsonin sync);gen_conformance_reference.py --checkpasses (README/spec stamps in sync withconformance_report.json).python/typingscorer atf051625reports 141/141 = 100.0%, 0 false positives (score.py --gatePASS).results.html@f051625(Basilisk is the sole tool at 100%); pycroscope's facts (Python, Apache-2.0, no LSP/debugger/editor extension) verified against its repository.Spec / Doc Changes
docs/specs/CHECKER-ARCHITECTURE-SPEC.mdconformance stamp updated tof051625(141/141, 100%, 0 FP) — kept in sync by thegen_conformance_reference.py --checkdrift guard.Breaking Changes