Jan. 15, 2010
8:06 a.m.
2010/1/15 Mariano Martinez Peck <marianopeck@gmail.com>:
Now, I guess there should be a way to automatically detect the overrides...do you know how ?
MCMethodDefinition>>checkMethodAlreadyExists (self actualClass includesSelector: self selector) ifTrue: [Warning signal: 'a package is overriding ', self actualClass printString, '>>', self selector] MCMethodDefinition>>load self checkMethodAlreadyExists. self actualClass compile: source classified: category withStamp: timeStamp notifying: (SyntaxError new category: category) -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry