[update 1.1] #11020

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

[update 1.1] #11020

Stéphane Ducasse
11020
-----

- Issue 1387: Mantis 7409 arcTan: has a specific implementation near  
zero and negativeZero
        Test and patch for http://code.google.com/p/pharo/issues/detail?id=1387
http://bugs.squeak.org/view.php?id=7409
        make arcTan: behave like libm atan2 near zero and negativeZero
       
-  Issue 1390: Print literals exactly when decompiled

-  Issue 1388: FixedIdentitySet #arraySize has no senders
       
- Issue 1331: DNU upon file-in of changeset


stef

_______________________________________________
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] #11020

Stéphane Ducasse
nicolas

could you check because I have some tests that fail on Float.

stef
On Oct 31, 2009, at 8:49 PM, Stéphane Ducasse wrote:

> 11020
> -----
>
> - Issue 1387: Mantis 7409 arcTan: has a specific implementation near
> zero and negativeZero
> Test and patch for http://code.google.com/p/pharo/issues/detail?id=1387
> http://bugs.squeak.org/view.php?id=7409
> make arcTan: behave like libm atan2 near zero and negativeZero
>
> -  Issue 1390: Print literals exactly when decompiled
>
> -  Issue 1388: FixedIdentitySet #arraySize has no senders
>
> - Issue 1331: DNU upon file-in of changeset
>
>
> 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
Reply | Threaded
Open this post in threaded view
|

Re: [update 1.1] #11020

Nicolas Cellier
What is RPackage ?
It seems to cause a failure during upgrade

2009/10/31 Stéphane Ducasse <[hidden email]>:

> nicolas
>
> could you check because I have some tests that fail on Float.
>
> stef
> On Oct 31, 2009, at 8:49 PM, Stéphane Ducasse wrote:
>
>> 11020
>> -----
>>
>> - Issue 1387: Mantis 7409 arcTan: has a specific implementation near
>> zero and negativeZero
>>       Test and patch for http://code.google.com/p/pharo/issues/detail?id=1387
>> http://bugs.squeak.org/view.php?id=7409
>>       make arcTan: behave like libm atan2 near zero and negativeZero
>>
>> -  Issue 1390:        Print literals exactly when decompiled
>>
>> -  Issue 1388:        FixedIdentitySet #arraySize has no senders
>>
>> - Issue 1331: DNU upon file-in of changeset
>>
>>
>> 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
Reply | Threaded
Open this post in threaded view
|

Re: [update 1.1] #11020

Nicolas Cellier
OK, I see I a regression of http://bugs.squeak.org/view.php?id=6695
Float storeStringBase: does not store the radix

Good thing to have tests :)

I merge the two fixes in PharoInbox/Kernel-nice.454

Nicolas

2009/10/31 Nicolas Cellier <[hidden email]>:

> What is RPackage ?
> It seems to cause a failure during upgrade
>
> 2009/10/31 Stéphane Ducasse <[hidden email]>:
>> nicolas
>>
>> could you check because I have some tests that fail on Float.
>>
>> stef
>> On Oct 31, 2009, at 8:49 PM, Stéphane Ducasse wrote:
>>
>>> 11020
>>> -----
>>>
>>> - Issue 1387: Mantis 7409 arcTan: has a specific implementation near
>>> zero and negativeZero
>>>       Test and patch for http://code.google.com/p/pharo/issues/detail?id=1387
>>> http://bugs.squeak.org/view.php?id=7409
>>>       make arcTan: behave like libm atan2 near zero and negativeZero
>>>
>>> -  Issue 1390:        Print literals exactly when decompiled
>>>
>>> -  Issue 1388:        FixedIdentitySet #arraySize has no senders
>>>
>>> - Issue 1331: DNU upon file-in of changeset
>>>
>>>
>>> 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
Reply | Threaded
Open this post in threaded view
|

Re: [update 1.1] #11020

Stéphane Ducasse
In reply to this post by Nicolas Cellier
Argh the image I used was polluted.
I will fix that  today.

Stef

On Oct 31, 2009, at 11:38 PM, Nicolas Cellier wrote:

> What is RPackage ?
> It seems to cause a failure during upgrade
>
> 2009/10/31 Stéphane Ducasse <[hidden email]>:
>> nicolas
>>
>> could you check because I have some tests that fail on Float.
>>
>> stef
>> On Oct 31, 2009, at 8:49 PM, Stéphane Ducasse wrote:
>>
>>> 11020
>>> -----
>>>
>>> - Issue 1387: Mantis 7409 arcTan: has a specific implementation near
>>> zero and negativeZero
>>>       Test and patch for http://code.google.com/p/pharo/issues/detail?id=1387
>>> http://bugs.squeak.org/view.php?id=7409
>>>       make arcTan: behave like libm atan2 near zero and negativeZero
>>>
>>> -  Issue 1390:        Print literals exactly when decompiled
>>>
>>> -  Issue 1388:        FixedIdentitySet #arraySize has no senders
>>>
>>> - Issue 1331: DNU upon file-in of changeset
>>>
>>>
>>> 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
Reply | Threaded
Open this post in threaded view
|

Re: [update 1.1] #11020

Stéphane Ducasse
In reply to this post by Nicolas Cellier
I rollback 11020 and I will redo it  after lunch
Stef

On Oct 31, 2009, at 11:38 PM, Nicolas Cellier wrote:

> What is RPackage ?
> It seems to cause a failure during upgrade
>
> 2009/10/31 Stéphane Ducasse <[hidden email]>:
>> nicolas
>>
>> could you check because I have some tests that fail on Float.
>>
>> stef
>> On Oct 31, 2009, at 8:49 PM, Stéphane Ducasse wrote:
>>
>>> 11020
>>> -----
>>>
>>> - Issue 1387: Mantis 7409 arcTan: has a specific implementation near
>>> zero and negativeZero
>>>       Test and patch for http://code.google.com/p/pharo/issues/detail?id=1387
>>> http://bugs.squeak.org/view.php?id=7409
>>>       make arcTan: behave like libm atan2 near zero and negativeZero
>>>
>>> -  Issue 1390:        Print literals exactly when decompiled
>>>
>>> -  Issue 1388:        FixedIdentitySet #arraySize has no senders
>>>
>>> - Issue 1331: DNU upon file-in of changeset
>>>
>>>
>>> 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
Reply | Threaded
Open this post in threaded view
|

Re: [update 1.1] #11020

Stéphane Ducasse
ok I should have fixed it now.

Stef

On Nov 1, 2009, at 1:16 PM, Stéphane Ducasse wrote:

> I rollback 11020 and I will redo it  after lunch
> Stef
>
> On Oct 31, 2009, at 11:38 PM, Nicolas Cellier wrote:
>
>> What is RPackage ?
>> It seems to cause a failure during upgrade
>>
>> 2009/10/31 Stéphane Ducasse <[hidden email]>:
>>> nicolas
>>>
>>> could you check because I have some tests that fail on Float.
>>>
>>> stef
>>> On Oct 31, 2009, at 8:49 PM, Stéphane Ducasse wrote:
>>>
>>>> 11020
>>>> -----
>>>>
>>>> - Issue 1387: Mantis 7409 arcTan: has a specific implementation  
>>>> near
>>>> zero and negativeZero
>>>>      Test and patch for http://code.google.com/p/pharo/issues/detail?id=1387
>>>> http://bugs.squeak.org/view.php?id=7409
>>>>      make arcTan: behave like libm atan2 near zero and negativeZero
>>>>
>>>> -  Issue 1390:        Print literals exactly when decompiled
>>>>
>>>> -  Issue 1388:        FixedIdentitySet #arraySize has no senders
>>>>
>>>> - Issue 1331: DNU upon file-in of changeset
>>>>
>>>>
>>>> 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