first impressions

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

Re: first impressions

werner kassens-2
yes, thanks Serge!
werner

On Sun, Mar 19, 2017 at 7:04 PM, Serge Stinckwich <[hidden email]> wrote:
I push a new version, this should works now:

Gofer new
    url: 'http://smalltalkhub.com/mc/PolyMath/PolyMath/main';
    configurationOf:'PolyMath';
    loadVersion: '0.85'



On Sun, Mar 19, 2017 at 6:22 PM, werner kassens <[hidden email]> wrote:
> Hi Serge,
> sorry for bothering you, i did a
> Gofer new
>     url: 'http://smalltalkhub.com/mc/PolyMath/PolyMath/main';
>     configurationOf:'PolyMath';
>     loadVersion: '0.85'
> in an unused pharo-50770.image, which should be the latest 5.0 one, and got
> an error
> "The symbolic version #'0.85' is not defined in ConfigurationOfPolyMath for
> the current platform. Possible symbolic version values include:
> #(#bleedingEdge #development #stable)"
> i then did
> Gofer new
>     url: 'http://smalltalkhub.com/mc/PolyMath/PolyMath/main';
>     configurationOf:'PolyMath';
>     loadVersion: '0.40-baseline'
> which worked, but in the tests i get a load of errors eg in
> Math-Tests-AutomaticDifferenciation. as i said, in a new 5.0 image. and for
> you everything works in 5.0 with polymath loaded from smalltalkhub?
> werner
>
> On Sun, Mar 19, 2017 at 5:58 PM, Serge Stinckwich
> <[hidden email]> wrote:
>>
>> I remove the Jenkins job on inria CI in order to avoid confusion.
>>
>> Regards,
>>
>> On Sun, Mar 19, 2017 at 4:30 PM, Serge Stinckwich
>> <[hidden email]> wrote:
>> > I'm not using anymore the CI provided by INRIA. I should stop it I
>> > guess.
>> > All CI jobs are run on travis and appveyor now thanks to SmalltalkCI :
>> >
>> > https://travis-ci.org/PolyMathOrg/PolyMath
>> > https://ci.appveyor.com/project/SergeStinckwich/polymath
>> >
>> >
>> >
>> > On Sun, Mar 19, 2017 at 4:26 PM, werner kassens <[hidden email]>
>> > wrote:
>> >> just wondering why is
>> >> https://ci.inria.fr/pharo-contribution/job/PolyMath/
>> >> red?
>> >> werner
>> >>
>> >> On Sun, Mar 19, 2017 at 4:21 PM, werner kassens <[hidden email]>
>> >> wrote:
>> >>>
>> >>> ah, then it was a false alarm, sorry, glad to hear that!
>> >>> werner
>> >>>
>> >>> On Sun, Mar 19, 2017 at 4:18 PM, Serge Stinckwich
>> >>> <[hidden email]> wrote:
>> >>>>
>> >>>> On Sun, Mar 19, 2017 at 4:10 PM, werner kassens
>> >>>> <[hidden email]>
>> >>>> wrote:
>> >>>> > Hi Serge,
>> >>>> > don't you remember, it has already happened in the earlier times?
>> >>>> > just
>> >>>> > load
>> >>>> > the last config via smalltalkhub in a pristine image and then do a
>> >>>> > config
>> >>>> > loadDevelopment. and then run a few tests. it is not really
>> >>>> > important
>> >>>> > which
>> >>>> > one, a lot are broke.
>> >>>>
>> >>>> I don't understand sorry. You mean tests are broken ?
>> >>>> Normally, PolyMath is loaded as :
>> >>>>
>> >>>> Gofer new
>> >>>>     url: 'http://smalltalkhub.com/mc/PolyMath/PolyMath/main';
>> >>>>     configurationOf:'PolyMath';
>> >>>>     loadVersion: '0.85'
>> >>>>
>> >>>> in a pristine Pharo 5.0/6.0 image
>> >>>> All tests are green.
>> >>>>
>> >>>> --
>> >>>> Serge Stinckwich
>> >>>> UCN & 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
>> > UCN & UMI UMMISCO 209 (IRD/UPMC)
>> > Every DSL ends up being Smalltalk
>> > http://www.doesnotunderstand.org/
>>
>>
>>
>> --
>> Serge Stinckwich
>> UCN & 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
UCN & 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.
12