-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Splitting summary and description in OpenAPI output #2608
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left lots of nitpicking comments to improve your Rust-fu 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments, looks cleaner with the segmenter.
Some of @swallez comments might still apply.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once we handle the additional pathological case.
* test * further test * refactoring * linter * using segmenter to split sentences * removing newlines + unit test * comment * handled specific case
Requirements:
summary
should contain the first sentence ofdescription
, whiledescription
should contain the remaining phrases.