From: Christian Kellermann <[email protected]> Subject: Re: [Chicken-hackers] [PATCH 1/4] csi dirseparator?: don't treat backslash as dir separator on non-windows Date: Fri, 15 Mar 2013 09:38:36 +0100
> * Florian Zumbiehl <[email protected]> [130315 06:54]: >> Make csi's dirseparator? not flag backslashes as path component separators on >> non-windows, in particular so that chop-separator won't corrupt directory >> names >> ending in backslashes. > > Does anyone know why it has been written the way it is now? Are we > breaking anything with this? If not, I don't see why we should not > do this. The current behaviour was probably caused by lazyness. Yes, let's change it as Florian proposes. cheers, felix _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
