Miguel Ángel and Claude Sonnet 4.6
5a6c3dd45f
test(producer): regenerate 6 stale regression baselines in Docker
...
Renderer fixes (revert flattenInnerRoot, late-bind polling removal,
conditional rebind, sub-comp timeline readiness polling) changed visual
output but baselines were never regenerated. CI's Detect changes job
was skipping shards on non-engine commits, masking the failures.
Regenerated in Docker (Dockerfile.test) with pinned Chrome 148.0.7778.167:
- style-7-prod (60/100 frames failed, baseline from PR #368 )
- style-15-prod (59/100 frames failed)
- style-18-prod (19/100 frames failed)
- style-3-prod (7/100 frames failed)
- style-8-prod (1/100 frames failed, borderline)
- typegpu-adapter (76/100 frames failed)
All 6 now pass locally with 0 failed frames.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-18 22:28:10 +00:00
Miguel Ángel and Claude Sonnet 4.6
54afeccde7
test: regenerate all affected baselines in Docker
...
Regenerated baselines for all regression tests with sub-compositions
in the cancelled shards: style-3-prod, style-5-prod, style-9-prod,
style-15-prod, style-16-prod, style-17-prod, style-18-prod,
sub-composition-video, many-cuts.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-17 17:47:25 +00:00
Miguel Ángel
6ea2e54fcf
fix: preserve anonymous inlined composition roots
2026-04-27 18:16:01 -04:00
Vance Ingalls
20be2ea1c2
style: apply oxfmt baseline formatting across all source files ( #25 )
...
## Summary
- Run `oxfmt .` across the entire codebase to establish formatted baseline
- 299 files changed — mechanical formatting only, no logic changes
- Double quotes, semicolons, 2-space indent, trailing commas, 100 print width
Part 3/4 of [VA-851](https://linear.app/heygen/issue/VA-851/pre-migration-configure-eslint-prettier-and-conventional-commits )
## Test plan
- [x] `pnpm format:check` — all 426 files pass
- [x] `pnpm -r typecheck` — all packages pass
- [x] `pnpm build` — all packages build
- [x] All 348 tests pass
2026-03-23 17:15:14 -07:00
Vance Ingalls and Claude Opus 4.6
6ad12df1b6
fix: commit regression test golden baselines
...
- Update .gitignore to allow packages/producer/tests/*/output/
- Commit compiled.html snapshots and output.mp4 golden baselines
(MP4s tracked via Git LFS)
These were excluded by the blanket output/ gitignore rule but are
needed for regression tests to pass.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-22 00:56:52 -07:00