Undefined Object: #methodClass:

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

Undefined Object: #methodClass:

ching
Hi Janko,

Attempting to load Aida6.2 stops at this portion:

basicAddSelector: selector withMethod: compiledMethod
    "Add the message selector with the corresponding compiled method to the
    receiver's method dictionary.
    Do this without sending system change notifications"

    | oldMethodOrNil |
    oldMethodOrNil := self lookupSelector: selector.
    self methodDict at: selector put: compiledMethod.
    compiledMethod methodClass: self.
    compiledMethod selector: selector.

    "Now flush Squeak's method cache, either by selector or by method"
    oldMethodOrNil == nil ifFalse: [oldMethodOrNil flushCache].
    selector flushCache.

Ching

_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida