You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of working on #419 I've noticed that the old change log is read using universal new lines, the fragments don't touch them, and finally the new file is written without touching.
This means that if a fragment has windows new lines, only the said fragment is rendered with them and the rest is not.
We should load the fragments with universal new lines too to be consistent.
That means that the change log has different new lines depending on the OS, but that might be a feature?
Another option is to make it an Option.
The text was updated successfully, but these errors were encountered:
As part of working on #419 I've noticed that the old change log is read using universal new lines, the fragments don't touch them, and finally the new file is written without touching.
This means that if a fragment has windows new lines, only the said fragment is rendered with them and the rest is not.
We should load the fragments with universal new lines too to be consistent.
That means that the change log has different new lines depending on the OS, but that might be a feature?
Another option is to make it an Option.
The text was updated successfully, but these errors were encountered: