That message is called by ClassTrait>>asMCDefinition
That message try do: asMCDefinition ^MCClassTraitDefinition baseTraitName: self baseTrait name classTraitComposition: self traitCompositionString category: self category but #baseTraitName:classTraitComposition:category: not exists in image. |
i did forget to say than that error is when i try save new version on monticello. If i delete the "category:" parameter then works. Regards.
|
In reply to this post by gerard alis
On Fri, Sep 25, 2009 at 12:53 PM, nullPointer <[hidden email]> wrote:
> > That message is called by ClassTrait>>asMCDefinition > > That message try do: > > asMCDefinition > > ^MCClassTraitDefinition > baseTraitName: self baseTrait name > classTraitComposition: self traitCompositionString > category: self category > but #baseTraitName:classTraitComposition:category: not exists in image. What is the image you are using? Seems present in latest versions. -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Pharo Dev BETA 10418. Regards.
|
it was fixed.
upgrade. stef On Sep 25, 2009, at 4:58 PM, nullPointer wrote: > > > Pharo Dev BETA 10418. > > Regards. > > > > Damien Cassou wrote: >> >> On Fri, Sep 25, 2009 at 12:53 PM, nullPointer <[hidden email]> >> wrote: >>> >>> That message is called by ClassTrait>>asMCDefinition >>> >>> That message try do: >>> >>> asMCDefinition >>> >>> ^MCClassTraitDefinition >>> baseTraitName: self baseTrait name >>> classTraitComposition: self traitCompositionString >>> category: self category >>> but #baseTraitName:classTraitComposition:category: not exists in >>> image. >> >> What is the image you are using? Seems present in latest versions. >> >> >> -- >> Damien Cassou >> http://damiencassou.seasidehosting.st >> >> "Lambdas are relegated to relative obscurity until Java makes them >> popular by not having them." James Iry >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> > > -- > View this message in context: http://n2.nabble.com/Bug-baseTraitName-classTraitComposition-category-not-found-in-system-tp3711661p3712824.html > Sent from the Pharo Smalltalk mailing list archive at Nabble.com. > > _______________________________________________ > 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 |
Free forum by Nabble | Edit this page |