Skip to content

match the readme registry sentence across source line wraps - #283

Merged
eburgos merged 1 commit into
masterfrom
unwrap-readme-registry-check
Sep 6, 2026
Merged

match the readme registry sentence across source line wraps#283
eburgos merged 1 commit into
masterfrom
unwrap-readme-registry-check

Conversation

@eburgos

@eburgos eburgos commented Sep 6, 2026

Copy link
Copy Markdown
Owner

The #[cfg(not(feature = "zod"))] registry test asserts a README sentence as one contiguous string; the README wraps that sentence, so --no-default-features --features serde,typescript failed in the periodic full gate (a combination the per-task fast gate never builds). The test now collapses newlines to spaces before matching, so the sentence may wrap anywhere in the source. Reproduced red, green after the one-line change.

The no-zod registry test reads a sentence out of the README as one
contiguous string, but the README wraps its prose, so the line break
inside the sentence failed a feature combination the fast gate never
builds. The test now collapses newlines to spaces before matching;
the sentence may wrap anywhere in the source.
@eburgos
eburgos merged commit 9ce9685 into master Sep 6, 2026
@eburgos
eburgos deleted the unwrap-readme-registry-check branch September 6, 2026 00:43
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.

1 participant