docs(state): audit Open bugs and move resolved rows to Recently closed (#1238) - #1414
Draft
lusoris wants to merge 1 commit into
Draft
docs(state): audit Open bugs and move resolved rows to Recently closed (#1238)#1414lusoris wants to merge 1 commit into
lusoris wants to merge 1 commit into
Conversation
#1238) Fix issue #1238 by auditing all rows in docs/state.md ## Open bugs: - Move 4 confirmed resolved bug tracking rows to ## Recently closed: * T-UPSTREAM-818-POOLING-ENUM-NO-PERCENTILES-2026-09-03 (PR #1340, commit b43fc44) * T-AI-PTQ-STATIC-QUANT-FORMAT-UNPINNED-2026-09-03 (PR #1306, commit aebb9e1) * T-SVTAV1-HDR-ADAPTER-2026-05-20 (PR #1296, commit e335857) * T-VMAFTUNE-PROFILE-REPORT-AUDIT-2026-05-20 (PR #1296, commit e335857) - Restore 2 closed rows accidentally dropped during dedup in commit 02f9ee4: * T-METAL-MOTION-V2-MIRROR-OFF-BY-ONE-2026-09-03 (PR #1294, commit 8d103e3) * T-UPSTREAM-1564-ADM-CM-GPU-BORDER-AND-ROUNDING-2026-09-03 (PR #1224, commit 6c843bb) - Clean up duplicate tombstone comments in ## Open bugs. - Add changelog fragment changelog.d/changed/docs-1238-state-md-stale-rows.md and regenerate CHANGELOG.md via concat-changelog-fragments.sh. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
lusoris
force-pushed
the
docs/1238-state-md-stale-rows
branch
from
September 8, 2026 11:20
0ba986f to
decf8c9
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.
Summary
Audited all 19 rows under
## Open bugsindocs/state.mdagainst git log andorigin/masterto resolve issue #1238.## Open bugsto## Recently closedwith merged PR and commit citations:T-UPSTREAM-818-POOLING-ENUM-NO-PERCENTILES-2026-09-03(fixed by PR feat(core): add percentile temporal pooling to the public C API #1340, commitb43fc4414)T-AI-PTQ-STATIC-QUANT-FORMAT-UNPINNED-2026-09-03(fixed by PR fix(ai): pin ONNX Runtime static-PTQ output format to QDQ #1306, commitaebb9e19a)T-SVTAV1-HDR-ADAPTER-2026-05-20(fixed by PR fix(vmaf-tune): address report audit findings #2-#10 and document SVT-AV1-HDR knobs #1296, commite335857f4)T-VMAFTUNE-PROFILE-REPORT-AUDIT-2026-05-20(fixed by PR fix(vmaf-tune): address report audit findings #2-#10 and document SVT-AV1-HDR knobs #1296, commite335857f4)02f9ee455:T-METAL-MOTION-V2-MIRROR-OFF-BY-ONE-2026-09-03(fixed by PR fix(metal): close out motion_v2 mirror reflect-101 parity and test observability #1294, commit8d103e3cc)T-UPSTREAM-1564-ADM-CM-GPU-BORDER-AND-ROUNDING-2026-09-03(fixed by PR fix(feature): row-level rounding and border indexing in integer ADM GPU kernels (ADR-1167) #1224, commit6c843bb84)## Open bugs.changelog.d/changed/docs-1238-state-md-stale-rows.mdand regeneratedCHANGELOG.md.Closes #1238.
Type
feat— new featurefix— bug fixperf— performance improvementrefactor— no behavior changedocs— documentation onlytest— test-onlybuild/ci— tooling / infraport— cherry-pick from upstream Netflix/vmafsycl/cuda/simd— backend-specificChecklist
make format && make lintis green locally.meson test -C build./cross-backend-diffand the worst ULP is ≤ 2..c/.cpp/.cu/.h/.hpp, it has the appropriate license header (seeCONTRIBUTING.md).!orBREAKING CHANGE:and the migration path is documented below.docs/adr/_index_fragments/<NNNN-slug>.mdand the slug is appended todocs/adr/_index_fragments/_order.txt— do not editdocs/adr/README.mddirectly (regenerated byscripts/docs/concat-adr-index.sh; see ADR-0221).Bug-status hygiene (ADR-0165)
docs/state.mdupdated in this PR with a row in the appropriate section (Open / Recently closed / Confirmed not-affected / Deferred), ORno state delta: REASON.Netflix golden-data gate (ADR-0024)
assertAlmostEqual(...)score in the Netflix golden Python tests.Deep-dive deliverables (ADR-0108)
AGENTS.mdinvariant note — no rebase-sensitive invariants: state ledger auditchangelog.d/changed/docs-1238-state-md-stale-rows.mdReproducer
Known follow-ups
None.