There is a new config for Cog VMMaker

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

There is a new config for Cog VMMaker

Igor Stasenko
Try it out with 1.2 image and tell if it works for you.


SqueakSource.com/MetacelloRepository/ConfigurationOfCog



--
Best regards,
Igor Stasenko AKA sig.

Reply | Threaded
Open this post in threaded view
|

Re: There is a new config for Cog VMMaker

Marcus Denker-4

On Feb 4, 2011, at 7:04 PM, Igor Stasenko wrote:

> Try it out with 1.2 image and tell if it works for you.
>
>
> SqueakSource.com/MetacelloRepository/ConfigurationOfCog
>


-> would be nice to add a class comment with the expression to load it.
-> There is a deprecated call done to register to the WorldMenu

Should I set up a Project on Hudson to make sure that the loading is tested
constantly?
(We then can remove it as soon as we have a hudson build for cog itself)



Gofer new
                squeaksource: 'MetacelloRepository';
                package: 'ConfigurationOfCog';
        load.

  ((Smalltalk at: #ConfigurationOfCog) project version: #stable) load.

        Marcus


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


Reply | Threaded
Open this post in threaded view
|

Re: There is a new config for Cog VMMaker

Marcus Denker-4

On Feb 7, 2011, at 10:46 AM, Marcus Denker wrote:

>
> On Feb 4, 2011, at 7:04 PM, Igor Stasenko wrote:
>
>> Try it out with 1.2 image and tell if it works for you.
>>
>>
>> SqueakSource.com/MetacelloRepository/ConfigurationOfCog
>>
>
>
> -> would be nice to add a class comment with the expression to load it.
> -> There is a deprecated call done to register to the WorldMenu
>
> Should I set up a Project on Hudson to make sure that the loading is tested
> constantly?
> (We then can remove it as soon as we have a hudson build for cog itself)
>
>
>
> Gofer new
> squeaksource: 'MetacelloRepository';
> package: 'ConfigurationOfCog';
> load.
>
>  ((Smalltalk at: #ConfigurationOfCog) project version: #stable) load.
>

that did not work, I used this:

(Smalltalk at: #ConfigurationOfCog) project lastVersion load


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


Reply | Threaded
Open this post in threaded view
|

Re: There is a new config for Cog VMMaker

Marcus Denker-4
In reply to this post by Marcus Denker-4

On Feb 7, 2011, at 10:46 AM, Marcus Denker wrote:
>
> Should I set up a Project on Hudson to make sure that the loading is tested
> constantly?
> (We then can remove it as soon as we have a hudson build for cog itself)
>


https://pharo-ic.lille.inria.fr/hudson/job/Cog%20Loading%201.2/

        Marcus

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