Skip to content

Commit 0c0e444

Browse files
cfsmp3claude
andcommitted
ci: Trigger verification run after merging PRs #1847 and #1848
This PR triggers a fresh CI run to verify the combined effect of: - PR #1847: Hardsubx crash fix, memory leak fixes, rcwt exit code fix - PR #1848: XDS empty content entries fix 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2060db9 commit 0c0e444

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CI_TRIAGE_DEC_2025.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ considers them regressions because the "ground truth" baseline is outdated. This
1111
2. Systematically analyze each failing test
1212
3. Determine whether to update ground truth or fix code
1313

14-
## Failing Tests to Triage
14+
## Merged Fixes
1515

16-
Will be populated after CI run completes.
16+
The following PRs have been merged and this run verifies their combined effect:
17+
18+
- **PR #1847**: Hardsubx crash fix, memory leak fixes, rcwt exit code fix
19+
- **PR #1848**: XDS empty content entries fix
1720

1821
## Status
1922

20-
- [ ] CI run triggered
23+
- [x] PR #1847 merged
24+
- [x] PR #1848 merged
25+
- [ ] Verification CI run triggered
2126
- [ ] Results analyzed
22-
- [ ] Triage decisions made

src/ccextractor.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
/* CCExtractor, originally by carlos at ccextractor.org, now a lot of people.
33
Credits: See AUTHORS.TXT
44
License: GPL 2.0
5+
6+
CI verification run: 2025-12-19 - Testing merged fixes from PRs #1847 and #1848
57
*/
68
#include "ccextractor.h"
79
#include <stdio.h>

0 commit comments

Comments
 (0)