fix: repair botched market-report merge (conflict markers + garbled HTML) #192
No reviewers
Labels
No labels
Agent
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
joshtronic/igor!192
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/market-report-merge-resolution"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR #191 merged an unresolved conflict: market_render_markdown still
carried <<<<<<< / ======= / >>>>>>> markers, and market_render_html had
a stray line spliced into the row. jq failed to compile,
so every weekday market tick errored ("syntax error, unexpected '+'")
and no report email went out.
Resolve by combining both sides' intent: drop the Company column (#189)
and keep Previous Low before Previous High (#190) across the markdown
and HTML tables. Verified jq compiles and both renderers emit five
matching columns against a fixture.
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com