The Trunk: Multilingual-topa.204.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Multilingual-topa.204.mcz

commits-2
Tobias Pape uploaded a new version of Multilingual to project The Trunk:
http://source.squeak.org/trunk/Multilingual-topa.204.mcz

==================== Summary ====================

Name: Multilingual-topa.204
Author: topa
Time: 9 April 2015, 10:08:35.736 pm
UUID: 40a54e5e-4841-4820-b767-ad2354e6f21f
Ancestors: Multilingual-topa.203

Ensure toLower et al work on WideStrings

=============== Diff against Multilingual-topa.203 ===============

Item was changed:
  (PackageInfo named: 'Multilingual') postscript: '"Remove CrLfFileStream from the startupList"
  (Smalltalk classNamed: ''CrLfFileStream'') ifNotNil: [ :class |
+ Smalltalk removeFromStartUpList: class ].
+ "Ensure toLower et al work on WideStrings"
+ Unicode
+ initialize;
+ initializeCaseMappings.
+ '!
- Smalltalk removeFromStartUpList: class ]'!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Multilingual-topa.204.mcz

Levente Uzonyi-2
CrLfFileStream was removed from the startup list many .mcm files ago, so
this is one of those cases, where it's better to remove it when you change
the postscript.

Levente

On Thu, 9 Apr 2015, [hidden email] wrote:

> Tobias Pape uploaded a new version of Multilingual to project The Trunk:
> http://source.squeak.org/trunk/Multilingual-topa.204.mcz
>
> ==================== Summary ====================
>
> Name: Multilingual-topa.204
> Author: topa
> Time: 9 April 2015, 10:08:35.736 pm
> UUID: 40a54e5e-4841-4820-b767-ad2354e6f21f
> Ancestors: Multilingual-topa.203
>
> Ensure toLower et al work on WideStrings
>
> =============== Diff against Multilingual-topa.203 ===============
>
> Item was changed:
>  (PackageInfo named: 'Multilingual') postscript: '"Remove CrLfFileStream from the startupList"
>  (Smalltalk classNamed: ''CrLfFileStream'') ifNotNil: [ :class |
> + Smalltalk removeFromStartUpList: class ].
> + "Ensure toLower et al work on WideStrings"
> + Unicode
> + initialize;
> + initializeCaseMappings.
> + '!
> - Smalltalk removeFromStartUpList: class ]'!
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Multilingual-topa.204.mcz

Tobias Pape

On 09.04.2015, at 22:29, Levente Uzonyi <[hidden email]> wrote:

> CrLfFileStream was removed from the startup list many .mcm files ago, so this is one of those cases, where it's better to remove it when you change the postscript.

Oh dear :D
Can you forgive me that I leave it in there?
Best
        -Tobias

PS: See the string argument to classNamed: *IshowMyselfOut* *SCNR*

>
> Levente
>
> On Thu, 9 Apr 2015, [hidden email] wrote:
>
>> Tobias Pape uploaded a new version of Multilingual to project The Trunk:
>> http://source.squeak.org/trunk/Multilingual-topa.204.mcz
>>
>> ==================== Summary ====================
>>
>> Name: Multilingual-topa.204
>> Author: topa
>> Time: 9 April 2015, 10:08:35.736 pm
>> UUID: 40a54e5e-4841-4820-b767-ad2354e6f21f
>> Ancestors: Multilingual-topa.203
>>
>> Ensure toLower et al work on WideStrings
>>
>> =============== Diff against Multilingual-topa.203 ===============
>>
>> Item was changed:
>> (PackageInfo named: 'Multilingual') postscript: '"Remove CrLfFileStream from the startupList"
>> (Smalltalk classNamed: ''CrLfFileStream'') ifNotNil: [ :class |
>> + Smalltalk removeFromStartUpList: class ].
>> + "Ensure toLower et al work on WideStrings"
>> + Unicode
>> + initialize;
>> + initializeCaseMappings.
>> + '!
>> - Smalltalk removeFromStartUpList: class ]'!