[Pharo-project] [update 1.2] #12080
12080 ----- - Issue 1298: CrLfFileStream not properly initialized on Mac OS. Thanks Andrew Black and Carlo Teixeira. Lot of conflicts on this one.... Stef
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 Pharo-project@lists.gforge.inria.fr 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 Yes, in March this year the same was done in Pharo. The issue was from october '09 though :)
Cheers, Henry
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (4)
-
Henrik Johansen -
Henrik Sperre Johansen -
Levente Uzonyi -
Stéphane Ducasse