[update 1.1] #11305

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

[update 1.1] #11305

Marcus Denker-4
11305
-----

Issue 2234: Should write tests for Collection>>sorted
Issue 2246: remove KedamaFloatArray (this time for real)
Issue 2253: fix ScriptLoader>>#cleanUpForRelease

--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: [update 1.1] #11305

hernanmd
Too many warnings when opening a browser and selecting a class with
the OB from Lukas repository, attached little fix.
Cheers,

Hernán

2010/4/2 Marcus Denker <[hidden email]>:

> 11305
> -----
>
> Issue 2234:     Should write tests for Collection>>sorted
> Issue 2246:     remove KedamaFloatArray (this time for real)
> Issue 2253:     fix ScriptLoader>>#cleanUpForRelease
>
> --
> Marcus Denker  -- http://www.marcusdenker.de
> INRIA Lille -- Nord Europe. Team RMoD.
>
>
> _______________________________________________
> 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

Warning1.jpg (148K) Download Attachment
asSortedArrayFixes.1.cs (766 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [update 1.1] #11305

Stéphane Ducasse
thanks hernan.

Stef

On Apr 2, 2010, at 6:26 PM, Hernán Morales Durand wrote:

> Too many warnings when opening a browser and selecting a class with
> the OB from Lukas repository, attached little fix.
> Cheers,
>
> Hernán
>
> 2010/4/2 Marcus Denker <[hidden email]>:
>> 11305
>> -----
>>
>> Issue 2234:     Should write tests for Collection>>sorted
>> Issue 2246:     remove KedamaFloatArray (this time for real)
>> Issue 2253:     fix ScriptLoader>>#cleanUpForRelease
>>
>> --
>> Marcus Denker  -- http://www.marcusdenker.de
>> INRIA Lille -- Nord Europe. Team RMoD.
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
> <Warning1.jpg><asSortedArrayFixes.1.cs>_______________________________________________
> 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
Reply | Threaded
Open this post in threaded view
|

Re: [update 1.1] #11305

hernanmd
In reply to this post by hernanmd
Updated, fixes for OB and Tests sending asSortedArray.

Hernán

2010/4/2 Hernán Morales Durand <[hidden email]>:

> Too many warnings when opening a browser and selecting a class with
> the OB from Lukas repository, attached little fix.
> Cheers,
>
> Hernán
>
> 2010/4/2 Marcus Denker <[hidden email]>:
>> 11305
>> -----
>>
>> Issue 2234:     Should write tests for Collection>>sorted
>> Issue 2246:     remove KedamaFloatArray (this time for real)
>> Issue 2253:     fix ScriptLoader>>#cleanUpForRelease
>>
>> --
>> Marcus Denker  -- http://www.marcusdenker.de
>> INRIA Lille -- Nord Europe. Team RMoD.
>>
>>
>> _______________________________________________
>> 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

asSortedArrayOB.1.cs (4K) Download Attachment
asSortedArrayTestFixes.2.cs (5K) Download Attachment