Skip to content

Fix conflict between tab_spanner_delim() and cols_label()#1173

Merged
rich-iannone merged 4 commits intomasterfrom
tab-spanner-delim-label
Dec 17, 2022
Merged

Fix conflict between tab_spanner_delim() and cols_label()#1173
rich-iannone merged 4 commits intomasterfrom
tab-spanner-delim-label

Conversation

@rich-iannone
Copy link
Member

The tab_spanner_delim() function writes new column labels for split column names. However, using cols_label() before tab_spanner_delim() means that any set labels will be overwritten. This PR ensures that any column label that was changed will keep that change even after invoking tab_spanner_delim().

Fixes: #1130

@rich-iannone rich-iannone marked this pull request as ready for review December 17, 2022 17:17
@rich-iannone rich-iannone merged commit c26a156 into master Dec 17, 2022
@rich-iannone rich-iannone deleted the tab-spanner-delim-label branch December 17, 2022 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Get tab_spanner_delim to retain md formatting or document that it drops it

1 participant