Skip to content

fix(cleaners): forward paragraph_split in blank_line_grouper - #4474

Open
simpleqt wants to merge 1 commit into
Unstructured-IO:mainfrom
simpleqt:fix/blank-line-grouper-forward
Open

fix(cleaners): forward paragraph_split in blank_line_grouper#4474
simpleqt wants to merge 1 commit into
Unstructured-IO:mainfrom
simpleqt:fix/blank-line-grouper-forward

Conversation

@simpleqt

@simpleqt simpleqt commented Sep 5, 2026

Copy link
Copy Markdown

Summary

blank_line_grouper(text, paragraph_split=…) accepted a custom pattern but its body was just return group_broken_paragraphs(text) — the pattern was silently ignored even though group_broken_paragraphs accepts it. Forwards the parameter.

Checklist

  • Conventional Commit title
  • No test references blank_line_grouper directly (only group_broken_paragraphs)

Review in cubic

blank_line_grouper accepted a paragraph_split pattern but the body
never forwarded it to group_broken_paragraphs, so custom patterns were
silently ignored.
Copilot AI lite review requested due to automatic review settings September 5, 2026 17:39

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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.

2 participants