2010/1/4 Stéphane Ducasse <[email protected]>: > Igor when I try to recompile TPureBehavior>>addTraitSelector: > > I get a DNU > Array>>createMethod:header: > because the system uses itself when I add a method to a trait. > > This morning I did something and it worked but now I do not remember and I'm > thinking how to turn around the > problem. > Do you have an idea? > you can restore the ArrayedCollection>>createMethod:header: method, just temporary. So you will be able to produce methods using array of bytes as trailer.
But it is strange.. i remember i fixed that method (addTraitSelector:) in pharo changesets. Or maybe it was something else. > Stef > > >> >>> >>>> methodAndNode := self >>>> compile: source >>>> classified: nil >>>> notifying: nil >>>> trailer: self defaultMethodTrailer >>>> ifFail: [^nil]. >>> >>> ?? >>> >> >> yup. >> >> -- >> Best regards, >> Igor Stasenko AKA sig. >> _______________________________________________ >> Pharo-project mailing list >> [email protected] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Best regards, Igor Stasenko AKA sig. _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
