[squeak-dev] recent buglet

Frank Shearar frank.shearar at gmail.com
Tue Sep 17 21:53:14 UTC 2013


On 17 September 2013 22:33, Bob Arning <arning315 at comcast.net> wrote:
>
> 'From Squeak4.5 of 16 September 2013 [latest update: #12968] on 17 September
> 2013 at 5:31:18 pm'!
>
> !StringHolder methodsFor: '*Tools' stamp: 'fbs 9/13/2013 17:29'!
> browseMethodFull
>     "Create and schedule a full Browser and then select the current class
> and message."
>     ^ self selectedClassOrMetaClass ifNotNil: [ :cls |
>         self selectedMessageName
>             ifNotNil: [ :sel |
>                 ToolSet browse: cls selector: sel]
>             ifNil: [ToolSet browserClass: cls]].! !
>
> #browserClass: is not understood here.
> #browseClass: will work

Oh dear. I'll fix it up. We seriously need more tests for core
infrastructure like this.

Thanks for the catch!

frank

> Cheers,
> Bob
>
>
>


More information about the Squeak-dev mailing list