
16 Apr
2009
16 Apr
'09
7:23 a.m.
By default, ABCL's streams use the platform-native end-of-line conventions. This makes is impossible for Slime to interact with Swank when Swank is running on ABCL/Windows, since Slime expects Unix EOLs. The attached patch fixes that by explicitly setings the EOL convention for Swank's network streams to LF.