When generating the file on Windows by running ``` python test/test_profile.py -r ``` The file has its line ending converted from LF to CRLF, creating noise on the git diff.
PR 11697 keeps existing CRLFs in unmodified part, by writes bare LFs for auto-generated part. The result can contain mixed newlines. The current code looks correct to me. Just git should be configured to convert LF to platform specific newlines in source files.
History
Date
User
Action
Args
2022-04-11 14:59:10
admin
set
github: 80033
2019-02-17 14:23:43
addons_zz
set
status: open -> closedstage: patch review -> resolved