[Unison-hackers] tiny bug: permanently ignoring path and profiles with no final end of line

Alan Schmitt alan.schmitt at polytechnique.org
Thu May 6 09:51:52 EDT 2010


On Thu, May 6, 2010 at 2:58 PM, Benjamin Pierce <bcpierce at cis.upenn.edu> wrote:
> Would it be hard to just check whether the final character in the file is a newline?

This is what I wanted to do initially, but as we open the file in
append mode, it's going to require some extra code. (The more I think
about it, the more I'm convinced the best solution is to put a
newline, then the configuration line without a newline.)

Alan


More information about the Unison-hackers mailing list