[ANN] latest working beta: #7048

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

[ANN] latest working beta: #7048

Marcus Denker
Hi,

The last working (I hope) beta is 7048:

http://ftp.squeak.org/3.9beta/Squeak3.9b-7048.zip

7048
-----
-> Load: TrueType-ar.4
-> load 0003766: Hundreds of methods have source containing LF  
characters
-> add services / call to service setup
-> Unload packages. call some fix code
-> disable multiple text undo

7047
----
0004312: Refactoring for behavior>>#new
0004307: DependentsArray>>copyWith:
0003133: [BUG][FIX] Float>>#asIEEE32BitWord and #fromIEEE32Bit:
0003309: In 7008 Requesting setTarget for menus can get a  
UndefinedObject DNU>isHandMorph
004249: SmLoader>>#categorySpecificOptions has a . after the variable  
definition
0004298: OrderedCollection>>#removeLast: 2; size is negative
0004314: CleanUpMacOptionKeyPressed-md.cs
0003765: ChangeLists and VersionBrowsers don't respect  
standardCodeFont preference.
0003777: In 7033 In ImageBrowser (omnibrowser) copyListToClipboard  
menu item causes a DNU.
0004273: small fix for prettyprinting (for 3.9)
- merge in changes of Monticello-avi.276 and Monticello-avi.277
   from the SqS MC repository:
        - Don't allow the active repo to be switched mid commit.
        - Minor optimization to dependency commits.
- Traits test fixes: expected sentinfo test failures


smime.p7s (5K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] latest working beta: #7048

Andreas.Raab
Marcus Denker wrote:
> 7048
> -----
> -> Load: TrueType-ar.4
> -> load 0003766: Hundreds of methods have source containing LF characters
> -> add services / call to service setup
> -> Unload packages. call some fix code

Can I ask you also to remove the FFI? It has no reason for being in a
basic image.

Thanks,
   - Andreas

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] latest working beta: #7048

Mathieu SUEN
2006/7/23, Andreas Raab <[hidden email]>:

> Marcus Denker wrote:
> > 7048
> > -----
> > -> Load: TrueType-ar.4
> > -> load 0003766: Hundreds of methods have source containing LF characters
> > -> add services / call to service setup
> > -> Unload packages. call some fix code
>
> Can I ask you also to remove the FFI? It has no reason for being in a
> basic image.
>


Yes but there is apicall and cdecl primitive and Parser use
ExternalType ... (same for the NewCompiler)

Math

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] latest working beta: #7048

Marcus Denker

On 25.07.2006, at 13:43, Mathieu SUEN wrote:

> 2006/7/23, Andreas Raab <[hidden email]>:
>> Marcus Denker wrote:
>> > 7048
>> > -----
>> > -> Load: TrueType-ar.4
>> > -> load 0003766: Hundreds of methods have source containing LF  
>> characters
>> > -> add services / call to service setup
>> > -> Unload packages. call some fix code
>>
>> Can I ask you also to remove the FFI? It has no reason for being in a
>> basic image.
>>
>
>
> Yes but there is apicall and cdecl primitive and Parser use
> ExternalType ... (same for the NewCompiler)
>

The old Parser is coded in a way that FFI is unloadable:

Smalltalk at: #ExternalLibraryFunction ifPresent:[
...

Then the specialObjectArray needs to be recreated on unload
(see SystemDictionary>>#discardFFI).

As long as nobody uses FFI, it then should be save to remove.

       Marcus




smime.p7s (5K) Download Attachment