Skip to content

Fix accept_table with incomplete rows#1599

Merged
tompng merged 1 commit intomasterfrom
fix-accept-table-ragged-rows
Feb 7, 2026
Merged

Fix accept_table with incomplete rows#1599
tompng merged 1 commit intomasterfrom
fix-accept-table-ragged-rows

Conversation

@st0012
Copy link
Member

@st0012 st0012 commented Feb 7, 2026

header.zip(*body) pads shorter rows with nil, causing NoMethodError in column width calculation. Also fix body rendering to output the correct number of columns for short rows instead of silently dropping them.

`header.zip(*body)` pads shorter rows with nil, causing NoMethodError
in column width calculation. Also fix body rendering to output the
correct number of columns for short rows instead of silently dropping
them.
@st0012 st0012 added the bug label Feb 7, 2026
@st0012 st0012 changed the title Fix accept_table with ragged rows Fix accept_table with incomplete rows Feb 7, 2026
@matzbot
Copy link
Collaborator

matzbot commented Feb 7, 2026

🚀 Preview deployment available at: https://ea79fa93.rdoc-6cd.pages.dev (commit: e1e283b)

@tompng tompng merged commit 3ad47be into master Feb 7, 2026
60 checks passed
@tompng tompng deleted the fix-accept-table-ragged-rows branch February 7, 2026 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants