Hi all,
the CI builds are running again at INRIA : https://ci.inria.fr/pharo-contribution/job/SciSmalltalk/ Apparently there 4 failures for stable and unstable versions, related to Matrix and random numbers. Regards, -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/ -- You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Hi Serge,
-- i will correct the matrix problems. have not yet looked at it but i suppose that monticello again lost a method or so by saving a package. lately this happens often to me and i regularly forget to double-check this as it is a bit annoying.. werner. On Thursday, April 24, 2014 6:26:10 PM UTC+2, Serge Stinckwich wrote: Hi all, You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
it is as i thought; if you look at the 'browse diff ' of Math-DHB-NumericalExtensions in smalltalkhub youll notice that i did not delete at:at:, but if you load it, at:at: and some other methods are gone. this monticello behaviour is slightly disturbing <stupid grin>.
-- werner On Thursday, April 24, 2014 8:50:44 PM UTC+2, werner kassens wrote:
You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Hi,
-- i have a little problem: i download the stable version for pharo 0.2 from https://ci.inria.fr/pharo-contribution/job/SciSmalltalk/. in the package Math-DHB-Numerical i look at DHBMatrix, it has no extension-protocol. i look in the monticello-browser: Math-DHB-NumericalExtensions(WernerKassens.3) is loaded. i open the smalltalkhub repository and look at the difference to Math-DHB-NumericalExtensions(WernerKassens.3), which is exactly the version in the image, and i see differences. i load Math-DHB-NumericalExtensions(WernerKassens.3) a second time and now the extensions in DHBMatrix are there!? i guess i should have a second look at this tomorrow or perhaps somebody wants to give me a hint, why i dont understand this? werner You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
ah, now i got it, i will repair that tomorrow. wernerOn Thu, Apr 24, 2014 at 11:27 PM, werner kassens <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by SergeStinckwich
I see, I'm responsible for the randomness, #microsecondClockValue is not understood in 2.0... I only tested in 3.0 :(2014-04-24 18:26 GMT+02:00 Serge Stinckwich <[hidden email]>: Hi all, You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Maybe we should drop support for Pharo 2.0 because now Pharo 3.0 is almost out. Envoyé de mon iPhone -- You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Thank you all, we are back on track.
All the tests are green ;-) https://ci.inria.fr/pharo-contribution/job/SciSmalltalk/ On Fri, Apr 25, 2014 at 7:55 AM, Serge Stinckwich <[hidden email]> wrote: > Maybe we should drop support for Pharo 2.0 because now Pharo 3.0 is almost > out. > > Envoyé de mon iPhone > > Le 25 avr. 2014 à 06:28, Nicolas Cellier > <[hidden email]> a écrit : > > I see, I'm responsible for the randomness, #microsecondClockValue is not > understood in 2.0... > I only tested in 3.0 :( > I will post an update. > > > 2014-04-24 18:26 GMT+02:00 Serge Stinckwich <[hidden email]>: >> >> Hi all, >> >> the CI builds are running again at INRIA : >> https://ci.inria.fr/pharo-contribution/job/SciSmalltalk/ >> >> Apparently there 4 failures for stable and unstable versions, related >> to Matrix and random numbers. >> >> Regards, >> -- >> Serge Stinckwich >> UCBN & UMI UMMISCO 209 (IRD/UPMC) >> Every DSL ends up being Smalltalk >> http://www.doesnotunderstand.org/ >> >> -- >> You received this message because you are subscribed to the Google Groups >> "SciSmalltalk" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [hidden email]. >> For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups > "SciSmalltalk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [hidden email]. > For more options, visit https://groups.google.com/d/optout. -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/ -- You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by SergeStinckwich
Hi Serge, i'd prefer, if we are not too fast. if i wouldnt know anything about SciSmalltalk, i wouldnt look at that jenkins thing, but would load SciSmalltalk into a stable pharo, and if the tests are red, i'd think, ok, old code, not maintained anymore, and throw it away. interesting example and nice picture of the lorenz attractor btw. werner You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |