Skip to content
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

gen.pl: do not generate CURLHELP bitmask lines > 79 characters #9834

Closed
wants to merge 1 commit into from

Conversation

monnerat
Copy link
Contributor

@monnerat monnerat commented Oct 31, 2022

If a command line option is in many help categories, there is a risk that CURLHELP bitmask source lines generated for listhelp are longer than 79 characters.
This commit takes care of folding such long lines.

The case does not occur yet as no command line option lists too many categories.
I discovered this potential problem while keeping the ManageSieve PR up-to-date.

If a command line option is in many help categories, there is a risk
that CURLHELP bitmask source lines generated for listhelp are longer
than 79 characters.
This commit takes care of folding such long lines.
@bagder
Copy link
Member

bagder commented Nov 1, 2022

Thanks!

bagder pushed a commit that referenced this pull request Nov 1, 2022
If a command line option is in many help categories, there is a risk
that CURLHELP bitmask source lines generated for listhelp are longer
than 79 characters.

This change takes care of folding such long lines.

Cloes #9834
@bagder
Copy link
Member

bagder commented Nov 1, 2022

closed in 3b9af11

@bagder bagder closed this Nov 1, 2022
@monnerat monnerat deleted the foldlines branch November 1, 2022 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants