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

Normalize newlines when slicing IDL extracts text #1669

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Normalize newlines when slicing IDL extracts text #1669

merged 1 commit into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. Normalize newlines when slicing IDL extracts text

    IDL extracts are generated using `\n` as newline delimiter. However,
    platform-specific newlines may be introduced during curation when patches are
    applied, meaning that, on Windows, curated extracts may end up with a mix of
    `\n` and `\r\n` characters. This confused the code that read the extracts and
    dropped the header.
    
    The code now normalizes all newlines to `\n` before it slices the content.
    tidoust committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3aefba5 View commit details
    Browse the repository at this point in the history