Line endings change breaks all tests #1786
Replies: 2 comments 8 replies
|
sorry @GeertvanHorrik i may have stuffed up on that one let me take a look when i get back to my computer |
|
@SimonCropp The new behavior goes something like:
So while we could commit the files straight away (converting eol to (Just to have it mentioned, doing any VS Code diff editor is something that everyone in my team is using and I don't see people changing from, fyi. We've frozen to v31.20.0 for now. I'm guessing there are plenty others in our shoes, and that it would most likely prevent a lot of headache if the new eol behavior was reverted. Best wishes |
Uh oh!
There was an error while loading. Please reload this page.
This change broke all my verification tests.
Although it might be a very valid change, it breaks tests that were (at least seem to be) working fine.
I use Beyond Compare (on Windows) to update the files, and these (somehow) always end op in Windows line endings (even though settings are set to respect the source line endings). I can change the file line endings manually, but that is very cumbersome.
Is there a way to globally disable this setting in Verify or work around this issue (without reverting back to an older version, since that would lock me out of other feature / bug fixes) or automate this over 100+ repositories?
In other words: I am looking for a workflow (with Beyond Compare) that would keep Verify happy with the line endings, etc.
All reactions