Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.1.0 (incubating)
-
None
Description
Clownfish slurps files in binary mode but writes some files in text
mode, causing mangled line endings on Windows. The fix is to replace
slurp_file() with a slurp_text() function which operates in text mode
and normalizes line endings on the way in.