fix: preserve CRLF newlines in solve and merge commands #608

Merged
wetneb merged 2 commits from 581-crlf-imitation into main 2025-10-05 23:49:00 +02:00
Owner

Fixes #581.

Not sure why we were doing this only when printing to stdout. Curious.

Fixes #581. Not sure why we were doing this only when printing to stdout. Curious.
fix: preserve CRLF newlines in solve and merge commands
Some checks failed
/ test (pull_request) Failing after 31s
18956e95fe
Fixes #581.
wetneb force-pushed 581-crlf-imitation from 18956e95fe to bc15647373 2025-10-05 23:11:17 +02:00 Compare
@ -722,0 +781,4 @@
let (base_file_abs_path, left_file_abs_path, right_file_abs_path, output_file_abs_path) =
create_files_for_merge(repo_path, true);
// then try with a language specified on the CLI
Owner

Looks like a stray comment?

Looks like a stray comment?
ada4a marked this conversation as resolved
remove stray comment
All checks were successful
/ test (pull_request) Successful in 51s
fc13fb4ada
ada4a approved these changes 2025-10-05 23:36:51 +02:00
wetneb merged commit adfdb608ca into main 2025-10-05 23:49:00 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mergiraf/mergiraf#608
No description provided.