Commit 33d2e57
committed
🔍 Add INFO-level diff debugging to investigate empty PatchSet
🐛 INVESTIGATION:
- Unidiff PatchSet is empty despite 16,951 characters of diff content
- Both unidiff and manual parser returning 0 files
🔍 DEBUG IMPROVEMENTS:
- Show PatchSet file count at INFO level (not DEBUG)
- When PatchSet is empty, display:
- First 1000 characters of diff content
- Total line count
- First 10 lines of diff for pattern analysis
- Use repr() to show exact content including hidden characters
📊 EXPECTED OUTPUT:
Next run should show exactly what the diff content looks like
and help identify why unidiff can't parse any files from it.1 parent e74c4c5 commit 33d2e57
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
70 | 79 | | |
71 | 80 | | |
72 | 81 | | |
| |||
0 commit comments