12080
----- - Issue 1298: CrLfFileStream not properly initialized on Mac OS. Thanks Andrew Black and Carlo Teixeira. Lot of conflicts on this one.... Stef _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On Tue, 3 Aug 2010, Stéphane Ducasse wrote:
> 12080 > ----- > > - Issue 1298: CrLfFileStream not properly initialized on Mac OS. Thanks Andrew Black and Carlo Teixeira. CrLFFileStream? That shouldn't be used anywhere. It was superseded by MultiByteFileStream. In Squeak [CrLfFileStream new] will return a MultiByteFileStream. Levente > > Lot of conflicts on this one.... > > Stef > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On 03.08.2010 23:28, Levente Uzonyi wrote:
> On Tue, 3 Aug 2010, Stéphane Ducasse wrote: > >> 12080 >> ----- >> >> - Issue 1298: CrLfFileStream not properly initialized on Mac OS. >> Thanks Andrew Black and Carlo Teixeira. > > CrLFFileStream? That shouldn't be used anywhere. It was superseded by > MultiByteFileStream. In Squeak [CrLfFileStream new] will return a > MultiByteFileStream. > > > Levente The issue was from october '09 though :) Cheers, Henry _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Levente Uzonyi-2
Yes there is a substituteClass which delegate to Multi....
May be we should remove CrLFFileStream On Aug 3, 2010, at 11:28 PM, Levente Uzonyi wrote: > On Tue, 3 Aug 2010, Stéphane Ducasse wrote: > >> 12080 >> ----- >> >> - Issue 1298: CrLfFileStream not properly initialized on Mac OS. Thanks Andrew Black and Carlo Teixeira. > > CrLFFileStream? That shouldn't be used anywhere. It was superseded by MultiByteFileStream. In Squeak [CrLfFileStream new] will return a MultiByteFileStream. > > > Levente > >> >> Lot of conflicts on this one.... >> >> Stef >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
It's referenced directly by f.ex. VMMaker, so I wouldn't do that.
Cheers, Henry On Aug 4, 2010, at 11:40 49AM, Stéphane Ducasse wrote: > Yes there is a substituteClass which delegate to Multi.... > May be we should remove CrLFFileStream > > On Aug 3, 2010, at 11:28 PM, Levente Uzonyi wrote: > >> On Tue, 3 Aug 2010, Stéphane Ducasse wrote: >> >>> 12080 >>> ----- >>> >>> - Issue 1298: CrLfFileStream not properly initialized on Mac OS. Thanks Andrew Black and Carlo Teixeira. >> >> CrLFFileStream? That shouldn't be used anywhere. It was superseded by MultiByteFileStream. In Squeak [CrLfFileStream new] will return a MultiByteFileStream. >> >> >> Levente >> >>> >>> Lot of conflicts on this one.... >>> >>> Stef >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
argh.....
bound with the past On Aug 4, 2010, at 11:47 AM, Henrik Johansen wrote: > It's referenced directly by f.ex. VMMaker, so I wouldn't do that. > > Cheers, > Henry > > On Aug 4, 2010, at 11:40 49AM, Stéphane Ducasse wrote: > >> Yes there is a substituteClass which delegate to Multi.... >> May be we should remove CrLFFileStream >> >> On Aug 3, 2010, at 11:28 PM, Levente Uzonyi wrote: >> >>> On Tue, 3 Aug 2010, Stéphane Ducasse wrote: >>> >>>> 12080 >>>> ----- >>>> >>>> - Issue 1298: CrLfFileStream not properly initialized on Mac OS. Thanks Andrew Black and Carlo Teixeira. >>> >>> CrLFFileStream? That shouldn't be used anywhere. It was superseded by MultiByteFileStream. In Squeak [CrLfFileStream new] will return a MultiByteFileStream. >>> >>> >>> Levente >>> >>>> >>>> Lot of conflicts on this one.... >>>> >>>> Stef >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |