Status: New Owner: tudor.gi...@gmail.com CC: usman.bh...@gmail.com Labels: Type-Defect Priority-High Platform-Pharo
New issue 736 by usman.bh...@gmail.com: OrderedCollection(Object)>>doesNotUnderstand: #unsafeAdd: http://code.google.com/p/moose-technology/issues/detail?id=736
Describe the problem: what do you get? Message-not-understood: OrderedCollection(Object)>>doesNotUnderstand: #unsafeAdd: what do you expect? a moose model
How to reproduce the problem: step by step if necessary - download moose 4.6-dev - import citezen (www.squeaksource.com/citezen) - import citezen packages in moose
Additional information: platform, context which may impact the problem - Mac OS x 10.6.6
Please fill in the labels with the following information: * Type-Defect
Comment #1 on issue 736 by usman.bh...@gmail.com: OrderedCollection(Object)>>doesNotUnderstand: #unsafeAdd: http://code.google.com/p/moose-technology/issues/detail?id=736
Worked a bit to dig the problem... appears when parsing package: Citezen-Stef-Scripts, class: CZLocalisation, method (class side): initializeTypes The problem occurs when opposite link is added... this expression: "(new perform: selector)" in method "on: element update: selector from: old to: new" in class "FMMultivalueLink" returns an OrderedCollection when it should return a FMMultivalueLink not knowing the exact structure of the importer, i stopped digging at this point ..
Updates: Owner: ---
Comment #2 on issue 736 by tudor.gi...@gmail.com: OrderedCollection(Object)>>doesNotUnderstand: #unsafeAdd: http://code.google.com/p/moose-technology/issues/detail?id=736
What parts of Citezen should I load? Could you provide a Gofer script, please?