Skip to content

docs(state): audit Open bugs and move resolved rows to Recently closed (#1238) - #1414

Draft
lusoris wants to merge 1 commit into
masterfrom
docs/1238-state-md-stale-rows
Draft

docs(state): audit Open bugs and move resolved rows to Recently closed (#1238)#1414
lusoris wants to merge 1 commit into
masterfrom
docs/1238-state-md-stale-rows

Conversation

@lusoris

@lusoris lusoris commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Summary

Audited all 19 rows under ## Open bugs in docs/state.md against git log and origin/master to resolve issue #1238.

Closes #1238.

Type

  • feat — new feature
  • fix — bug fix
  • perf — performance improvement
  • refactor — no behavior change
  • docs — documentation only
  • test — test-only
  • build / ci — tooling / infra
  • port — cherry-pick from upstream Netflix/vmaf
  • sycl / cuda / simd — backend-specific

Checklist

  • Commits follow Conventional Commits (the commit-msg hook enforces this).
  • make format && make lint is green locally.
  • Unit tests pass: meson test -C build.
  • If I touched any SIMD/GPU code path, I ran /cross-backend-diff and the worst ULP is ≤ 2.
  • If I touched a feature extractor with SIMD/GPU twins, I either updated every twin or listed the gap under "Known follow-ups" below.
  • If I added a new .c / .cpp / .cu / .h / .hpp, it has the appropriate license header (see CONTRIBUTING.md).
  • If this is a breaking change, the commit message uses ! or BREAKING CHANGE: and the migration path is documented below.
  • If this PR adds an ADR, the ADR row lives in docs/adr/_index_fragments/<NNNN-slug>.md and the slug is appended to docs/adr/_index_fragments/_order.txtdo not edit docs/adr/README.md directly (regenerated by scripts/docs/concat-adr-index.sh; see ADR-0221).

Bug-status hygiene (ADR-0165)

  • docs/state.md updated in this PR with a row in the appropriate section (Open / Recently closed / Confirmed not-affected / Deferred), OR no state delta: REASON.

Netflix golden-data gate (ADR-0024)

  • I did not modify any assertAlmostEqual(...) score in the Netflix golden Python tests.
  • If I believe a golden value must change, I have explained why below AND pinged @lusoris for a CODEOWNERS exception.

Deep-dive deliverables (ADR-0108)

  • Research digest — no digest needed: documentation-only state ledger audit
  • Decision matrix — no alternatives: mechanical ledger sync to master
  • AGENTS.md invariant note — no rebase-sensitive invariants: state ledger audit
  • Reproducer / smoke-test command — bash scripts/ci/check-state-md-rows.sh
  • CHANGELOG fragmentchangelog.d/changed/docs-1238-state-md-stale-rows.md
  • Rebase note — no rebase impact: documentation and changelog updates only

Reproducer

bash scripts/ci/check-state-md-rows.sh

Known follow-ups

None.

#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
lusoris force-pushed the docs/1238-state-md-stale-rows branch from 0ba986f to decf8c9 Compare September 8, 2026 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Close the open bugs in docs/state.md

1 participant