SystemNavigation new instanceSideMethodsWithNilKeyInLastLiteral do: [ :thisShouldNotBeAStringButAMethod |
| method classAndSelector |
classAndSelector := ' ' split: thisShouldNotBeAStringButAMethod.
method := (Smalltalk at: classAndSelector first asSymbol) methodNamed: classAndSelector second asSymbol.
method recompile.
].
But if I remember it introduces a conflict with Fuel in MetalevelTests.
I'm checking.
On 27 janv. 2013, at 17:19, St�phane Ducasse wrote:
Camille I integrated your second version of the issue but I still get
testInstanceSideMethodsWithNilKeyInLastLiteral
self assert: SystemNavigation new instanceSideMethodsWithNilKeyInLastLiteral isEmpty