[BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1

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

[BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1

Torsten Bergmann
1. If you select a trait in the browser (for instance "NSTInflating")
   and select "browse hierarchy (h)" from the context menu you will
   notice a

     Trait(Object)>>doesNotUnderstand: #allSubclassesWithLevelDo:startingLevel:

   error.


2.  While it was no problem to build the pharo-dev from a
    core 11367 image using ConfigurationOfPharo it now crashes with a DNU
    while loading Nile when I use a newer pharo #11371 core image.

Bye
T.



--
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

_______________________________________________
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: [BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1

Stéphane Ducasse
I noticed a problem between
        11357 and 11363 today
apparently class definitions containing traits loses their traits.

Stef

On May 25, 2010, at 3:10 PM, Torsten Bergmann wrote:

> 1. If you select a trait in the browser (for instance "NSTInflating")
>   and select "browse hierarchy (h)" from the context menu you will
>   notice a
>
>     Trait(Object)>>doesNotUnderstand: #allSubclassesWithLevelDo:startingLevel:
>
>   error.
>
>
> 2.  While it was no problem to build the pharo-dev from a
>    core 11367 image using ConfigurationOfPharo it now crashes with a DNU
>    while loading Nile when I use a newer pharo #11371 core image.
>
> Bye
> T.
>
>
>
> --
> GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
> Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
>
> _______________________________________________
> 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: [BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1

Mariano Martinez Peck
maybe the condenseChanges with the new method trailer?

On Tue, May 25, 2010 at 10:31 PM, Stéphane Ducasse <[hidden email]> wrote:
I noticed a problem between
       11357 and 11363 today
apparently class definitions containing traits loses their traits.

Stef

On May 25, 2010, at 3:10 PM, Torsten Bergmann wrote:

> 1. If you select a trait in the browser (for instance "NSTInflating")
>   and select "browse hierarchy (h)" from the context menu you will
>   notice a
>
>     Trait(Object)>>doesNotUnderstand: #allSubclassesWithLevelDo:startingLevel:
>
>   error.
>
>
> 2.  While it was no problem to build the pharo-dev from a
>    core 11367 image using ConfigurationOfPharo it now crashes with a DNU
>    while loading Nile when I use a newer pharo #11371 core image.
>
> Bye
> T.
>
>
>
> --
> GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
> Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
>
> _______________________________________________
> 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: [BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1

Mariano Martinez Peck
and we should open a bug ticket....too much emails..

On Wed, May 26, 2010 at 9:39 AM, Mariano Martinez Peck <[hidden email]> wrote:
maybe the condenseChanges with the new method trailer?


On Tue, May 25, 2010 at 10:31 PM, Stéphane Ducasse <[hidden email]> wrote:
I noticed a problem between
       11357 and 11363 today
apparently class definitions containing traits loses their traits.

Stef

On May 25, 2010, at 3:10 PM, Torsten Bergmann wrote:

> 1. If you select a trait in the browser (for instance "NSTInflating")
>   and select "browse hierarchy (h)" from the context menu you will
>   notice a
>
>     Trait(Object)>>doesNotUnderstand: #allSubclassesWithLevelDo:startingLevel:
>
>   error.
>
>
> 2.  While it was no problem to build the pharo-dev from a
>    core 11367 image using ConfigurationOfPharo it now crashes with a DNU
>    while loading Nile when I use a newer pharo #11371 core image.
>
> Bye
> T.
>
>
>
> --
> GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
> Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
>
> _______________________________________________
> 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: [BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1

Stéphane Ducasse
http://code.google.com/p/pharo/issues/list?cursor=2477

Stef

On May 26, 2010, at 11:16 AM, Mariano Martinez Peck wrote:

> and we should open a bug ticket....too much emails..
>
> On Wed, May 26, 2010 at 9:39 AM, Mariano Martinez Peck <[hidden email]> wrote:
> maybe the condenseChanges with the new method trailer?
>
>
> On Tue, May 25, 2010 at 10:31 PM, Stéphane Ducasse <[hidden email]> wrote:
> I noticed a problem between
>        11357 and 11363 today
> apparently class definitions containing traits loses their traits.
>
> Stef
>
> On May 25, 2010, at 3:10 PM, Torsten Bergmann wrote:
>
> > 1. If you select a trait in the browser (for instance "NSTInflating")
> >   and select "browse hierarchy (h)" from the context menu you will
> >   notice a
> >
> >     Trait(Object)>>doesNotUnderstand: #allSubclassesWithLevelDo:startingLevel:
> >
> >   error.
> >
> >
> > 2.  While it was no problem to build the pharo-dev from a
> >    core 11367 image using ConfigurationOfPharo it now crashes with a DNU
> >    while loading Nile when I use a newer pharo #11371 core image.
> >
> > Bye
> > T.
> >
> >
> >
> > --
> > GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
> > Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
> >
> > _______________________________________________
> > 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