[BUG] [FIX] browse protocol fails (sm)

Boris Gaertner Boris.Gaertner at gmx.net
Thu Mar 4 15:52:49 UTC 2004


This bug report is for Squeak 3.7 alpha # 5763

When you try to open a protocol browser from
a class browser, you get a walkback.

To see the bug, do this:

1. In a Morphic project, open a browser
and select a class

2. bring up the menu of the class names field
and select "browse protocol".

You will see a notifier
"Message not Understood: UndefinedObject>>at:ifAbsent:

I think that the bug is a very simple one: In
MessageSet>>selection  we do not check for an
undefined value. The attached change set is a proposal
to fix it. 

It would be nice to include a fix into 3.7.

Greetings, Boris


-------------- next part --------------
A non-text attachment was scrubbed...
Name: BrowseProtocolFix-bg.1.cs
Type: application/octet-stream
Size: 558 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20040304/2c7f25c7/BrowseProtocolFix-bg.1.obj


More information about the Squeak-dev mailing list