fix: repair botched market-report merge (conflict markers + garbled HTML) #192

Merged
joshtronic merged 1 commit from fix/market-report-merge-resolution into master 2026-06-10 00:30:12 +00:00
Owner

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

PR #191 merged an unresolved conflict: market_render_markdown still carried <<<<<<< / ======= / >>>>>>> markers, and market_render_html had a stray <thead> line spliced into the <tbody> 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>
fix: repair botched market-report merge (conflict markers + garbled HTML)
All checks were successful
Lint / check-sync (push) Successful in 3s
Lint / check-sync (pull_request) Successful in 3s
a526881216
PR #191 merged an unresolved conflict: market_render_markdown still
carried <<<<<<< / ======= / >>>>>>> markers, and market_render_html had
a stray <thead> line spliced into the <tbody> 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>
joshtronic deleted branch fix/market-report-merge-resolution 2026-06-10 00:30:12 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
joshtronic/igor!192
No description provided.