Re: Pharo-users Digest, Vol 9, Issue 32

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

Re: Pharo-users Digest, Vol 9, Issue 32

-Martin Ramos
hi guillermo, i ´m from Quilmes, Argentina, im study in the UNQ university, i´m very happy to share experiences with you.



2010/9/30 <[hidden email]>
Send Pharo-users mailing list submissions to
       [hidden email]

To subscribe or unsubscribe via the World Wide Web, visit
       http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
or, via email, send a message with subject or body 'help' to
       [hidden email]

You can reach the person managing the list at
       [hidden email]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pharo-users digest..."


Today's Topics:

  1. Re: [Pharo-project] [ANN] Pharo 1.1.1 OneClickCogVm
     (Mariano Martinez Peck)
  2. Re: [Pharo-project] [ANN] Pharo 1.1.1 OneClickCogVm
     (Igor Stasenko)
  3. Hello (-Martin Ramos)
  4. Re: Hello (St?phane Ducasse)
  5. Re: Hello (Guillermo Polito)
  6. Distributing 'minimal' image (Johan Fabry)


----------------------------------------------------------------------

Message: 1
Date: Thu, 30 Sep 2010 14:16:32 +0200
From: Mariano Martinez Peck <[hidden email]>
Subject: Re: [Pharo-users] [Pharo-project] [ANN] Pharo 1.1.1
       OneClickCogVm
To: A friendly place where any question about pharo is welcome
       <[hidden email]>
Message-ID:
       <AANLkTikyc=[hidden email]>
Content-Type: text/plain; charset="iso-8859-1"

On Thu, Sep 30, 2010 at 1:44 PM, Tudor Girba <[hidden email]> wrote:

> Hi Mariano,
>
> Is the 1.1.1 dev image available for the old VM?
>

No, but you can do it by yourself. Just take the PharoCore 1.1.1 (
https://gforge.inria.fr/frs/download.php/27526/PharoCore-1.1.1.zip)
And evaluate:


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

((Smalltalk at: #ConfigurationOfPharo) project version: '1.1') perform:
#silently: with: true; perform: #load.



>
> I was a bit away, and I am not sure of the status. If there is something I
> can do, please let me know.
>
> Cheers,
> Doru
>
>
> On 25 Sep 2010, at 19:49, Mariano Martinez Peck wrote:
>
> >
> >
> > On Sat, Sep 25, 2010 at 7:09 PM, Tudor Girba <[hidden email]>
> wrote:
> > Hi Mariano,
> >
> > This is a good and needed step.
> >
> > Now, just a problem: 1.1.1dev image does not work with the regular VM.
> This is probably because you saved it again after you opened it with the Cog
> VM. It would be great if the released dev image would work with both.
> >
> > Excellent suggestion :)
> > Thanks doru.
> >
> >
> > Cheers,
> > Doru
> >
> >
> >
> > On 25 Sep 2010, at 17:56, Mariano Martinez Peck wrote:
> >
> > > Hi. This is not an official release. I didn't do all the formal
> procedure for releasing a Pharo image. My idea is try to push CogVM and try
> to get as much as testers as possible. Try to report issues and help Eliot.
> For that purpose, I think  having a one click image is worth it.
> > >
> > > So.....I build a Pharo dev on top of the PharoCore 1.1.1 (which has
> some fixes over 1.1 and the CogVM necessary changes). I build the image with
> exactly the same versions of the external packages than Pharo 1.1.
> > >
> > > If you want to download that this Pharo1.1.1 dev image that works with
> Cog here is the link:
> > >
> > >
> https://gforge.inria.fr/frs/download.php/27516/Pharo-1.1.1-dev10.09.1.zip
> > >
> > > In addition, and thanks to Lukas, we could generate OneClicks with
> CogVM. Here you can have a OneClick using the above image:
> > >
> > >
> https://gforge.inria.fr/frs/download.php/27524/Pharo-1.1.1-OneClickCogVM.zip
> > >
> > > Notice that this is not an official release and that there are
> failing/errors tests. I've already sent emails for them and hopefully
> someone may fix them. The only thing is not supported is the TestCoverage
> (since it uses objects as methods, with is not yet supported in CogVM).
> > >
> > > Cheers
> > >
> > > Mariano
> > > _______________________________________________
> > > Pharo-users mailing list
> > > [hidden email]
> > > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
> >
> > --
> > www.tudorgirba.com
> >
> > "The coherence of a trip is given by the clearness of the goal."
> >
> >
> >
> >
> >
> > _______________________________________________
> > 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
>
> --
> www.tudorgirba.com
>
> "In a world where everything is moving ever faster,
> one might have better chances to win by moving slower."
>
>
>
>
> _______________________________________________
> Pharo-users mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gforge.inria.fr/pipermail/pharo-users/attachments/20100930/40969a3d/attachment-0001.htm>

------------------------------

Message: 2
Date: Thu, 30 Sep 2010 15:28:39 +0300
From: Igor Stasenko <[hidden email]>
Subject: Re: [Pharo-users] [Pharo-project] [ANN] Pharo 1.1.1
       OneClickCogVm
To: A friendly place where any question about pharo is welcome
       <[hidden email]>,    Pharo Development
       <[hidden email]>
Message-ID:
       <[hidden email]>
Content-Type: text/plain; charset=UTF-8

2 years, we're plagued by this for two years!

On 30 September 2010 15:14, laurent laffont <[hidden email]> wrote:
> On up to date ArchLinux, 32 bits.
> 1. Open One Click
> 2. Open MonticelloBrowser
> 3. Save a packages (Tests for ex.) in package cache
> 4. Dialog to enter commit message opens, click ok
> 5. crash
> It reminds me about the UUID plugin as external problem. It should be built
> as internal.
> $ sh Pharo.sh
> Segmentation fault
>
>
> Smalltalk stack dump:
> 0xbfa9f80c I UUID>initialize 2023565392: a(n) UUID
> 0xbfa9f824 M UUID class(Behavior)>new: 2000732936: a(n) UUID class
> 0xbfa9f848 I UUID class>new 2000732936: a(n) UUID class
--
Best regards,
Igor Stasenko AKA sig.



------------------------------

Message: 3
Date: Thu, 30 Sep 2010 13:54:25 -0300
From: -Martin Ramos <[hidden email]>
Subject: [Pharo-users] Hello
To: [hidden email]
Message-ID:
       <AANLkTimFET_GiTFaJNfhFHVOMG6B1cARh1ZvC=[hidden email]>
Content-Type: text/plain; charset="iso-8859-1"

Hello, my name is Martin, and i'm a new in this List. I don't write English
very well, but I can defend myself.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gforge.inria.fr/pipermail/pharo-users/attachments/20100930/04b8e09d/attachment-0001.htm>

------------------------------

Message: 4
Date: Thu, 30 Sep 2010 19:15:49 +0200
From: St?phane Ducasse <[hidden email]>
Subject: Re: [Pharo-users] Hello
To: A friendly place where any question about pharo is welcome
       <[hidden email]>
Message-ID: <[hidden email]>
Content-Type: text/plain; charset=us-ascii

Welcome :)

On Sep 30, 2010, at 6:54 PM, -Martin Ramos wrote:

> Hello, my name is Martin, and i'm a new in this List. I don't write English very well, but I can defend myself.

this is the same for me :)

Stef
> _______________________________________________
> Pharo-users mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users




------------------------------

Message: 5
Date: Thu, 30 Sep 2010 14:21:00 -0300
From: Guillermo Polito <[hidden email]>
Subject: Re: [Pharo-users] Hello
To: A friendly place where any question about pharo is welcome
       <[hidden email]>
Message-ID:
       <AANLkTi==[hidden email]>
Content-Type: text/plain; charset="iso-8859-1"

Welcome to the jungle!

We all try to understand each other, hehe.  I'm not an excellent english
speaker/writer either.

Where are you from?  We are collecting argentinians (?) :P

On Thu, Sep 30, 2010 at 2:15 PM, St?phane Ducasse <[hidden email]
> wrote:

> Welcome :)
>
> On Sep 30, 2010, at 6:54 PM, -Martin Ramos wrote:
>
> > Hello, my name is Martin, and i'm a new in this List. I don't write
> English very well, but I can defend myself.
>
> this is the same for me :)
>
> Stef
> > _______________________________________________
> > Pharo-users mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
>
>
> _______________________________________________
> Pharo-users mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gforge.inria.fr/pipermail/pharo-users/attachments/20100930/9bf6d215/attachment-0001.htm>

------------------------------

Message: 6
Date: Thu, 30 Sep 2010 17:07:44 -0400
From: Johan Fabry <[hidden email]>
Subject: [Pharo-users] Distributing 'minimal' image
To: A friendly place where any question about pharo is welcome
       <[hidden email]>
Message-ID: <[hidden email]>
Content-Type: text/plain; charset=us-ascii

Hi all,

I am planning to put online a minimal image that contains AspectMaps, with some models pre-loaded. Two questions:
- Is there an easy way to strip this image of dev tools et cetera?
- How can I make it so that I can distribute it without the changes file? (Right now the image complains of a missing changes file if it is not there ...)

Thanks in advance!
--
Johan Fabry
[hidden email] - http://dcc.uchile.cl/~jfabry
PLEIAD Lab - Computer Science Department (DCC) - University of Chile






------------------------------

_______________________________________________
Pharo-users mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users


End of Pharo-users Digest, Vol 9, Issue 32
******************************************


_______________________________________________
Pharo-users mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users