Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

mavgen_c.py output isn't cross-platform friendly #25

@Gussy

Description

@Gussy

The files output by mavgen_c.py have different line endings when generated on linux vs. generated on Windows.

On windows (within a bash shell) the following commands needs to be run on all the output files to convert their line endings sed -i 's/\r//' <file>, otherwise git will think every file has changed after headers are generated, but will not show any differences in git diff.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions