Ben James
Ben James
I found this pull request when I encountered the same problem. I do not know how I ended up with the stale socket file, but there it was, so I...
I have no personal interest in maintaining a Cats version, and I've largely stopped using Scala. I think it would make sense for someone to make a fork and carry...
Using just `\n` does seem to fix the newline errors for me; the change is in c0e2f3d3c15f71f77f8 if you'd like to use that. And thanks for looking at the Unicode...
Regarding the `file.encoding` property: If I make the test class print the result of `System.getProperty("file.encoding")`, then I see `UTF-8`.
Your intuition about the path separator was also correct; 9265cbca9b2b contains the changes that made `HaskellFoldingBuilderTest` work for me.