Comment #3 on issue 3454 by luc.fabresse: DNU when looking for implementors
in OB on 1.2dev
http://code.google.com/p/pharo/issues/detail?id=3454
I don't think that it is related.
If I modify like that:
OBTextMorphEditorWithShout>>send: aSelector toModelWith: args orDo: aBlock
"self terminateAndInitializeAround: <--- COMMENTED BECAUSE DNU"
[(model respondsTo: aSelector)
ifTrue: [(model perform: aSelector withArguments: args)
ifFalse: [self flash]]
ifFalse: [aBlock value]] value
it works! I can show implementors with cmd-m ... without any error
but the 4 tests on OB are still yellow.