r42Gamma4 woes

Chris Muller asqueaker at gmail.com
Tue Jun 23 19:45:34 UTC 2009


I just posted Ma object serialization-cmm.203 to the "MagmaTester"
project of SqueakSource.  This has your fix in it and will be included
in the next patch release later this week.

Thanks.

On Tue, Jun 23, 2009 at 1:12 PM, Brian Mason<bmason at itassociates.com> wrote:
> Greetings,
>
>
>
> I am trying to load Magma into Seaside 2.8.4.  I get a load error:
>
>
>
> MaObjectSerializer>>setUpClassDefinitionProcessing
>
>
>
>                 preferences
>
>                                 beforeSerializingAny: #MaClassReference
>
>                                 do:
>
>                                                 [ : aMaClassReference |
>
>                                                 aMaClassReference id:
>
>
> (classIdManager
>
>
> idForClass: aMaClassReference classObject
>
>
> ifAbsent:
>
>
> [ (classIdManager addNewClass: aMaClassReference classObject
> theNonMetaClass) id ]).
>
>                                                 Cannot store into
> ->aMaClassReference := nil ] ;
>
>
>
>                                 afterMaterializingAny: #MaClassDefinition
>
>                                 do:
>
>                                                 (MessageSend
>
>                                                                 receiver:
> classIdManager
>
>                                                                 selector:
> #addClassDefinition:)
>
>
>
>
>
> I tried simply commenting out the obvious error but then the create never
> completes.
>
>
>
> MagmaRepositoryController
>
>                 Create: ‘c:\first’
>
>                 root: Dictionaty new
>
>
>
> I am working under Vista.
>
>
>
> I would appreciate guidance.
>
>
>
> Brian
>
>
>
>
>
>
>
> "You can have everything you want if you just help enough other people get
> what they want." - Zig Zigglar
>
>
>
> _______________________________________________
> Magma mailing list
> Magma at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/magma
>
>


More information about the Magma mailing list