What if the method is on class side? Phil
On Thu, Dec 8, 2016 at 7:35 AM, Sven Van Caekenberghe <[email protected]> wrote: > > > On 8 Dec 2016, at 00:42, Ben Coman <[email protected]> wrote: > > > > On Thu, Dec 8, 2016 at 5:54 AM, Denis Kudriashov <[email protected]> > wrote: > >> Done: 19441. > >> > >> I also change nil case to "message was send to nil" (instead of > "receiver of > >> message is nil"). You can correct it as you wish :) > > > > send==>sent > > > >> > >> 2016-12-07 21:44 GMT+01:00 stepharong <[email protected]>: > >>> > >>> Hi guys > >>> > >>> As I exposed newbies to our wonderfull debugger I think that we should > >>> change > >>> > >>> MessageNotUnderstood: Class>>#message > >>> > >>> into > >>> > >>> an instance of Class did not understand message > > > > Perhaps(?) a short form can be put in brackets? > > ==> an instance of Class did not understand #message sent to it (MNU > > Class>>#message) > > +1 > > > cheers -ben > > > >>> > >>> To me this simple change would have a HUGE impact on making the > debugger > >>> first contact a lot more friendly. > > >
