which methods use primitives

Dan Ingalls DanI at wdi.disney.com
Mon Jun 8 02:49:29 UTC 1998


I wrote:
>> Try...
>> 
>> Smalltalk browseAllSelect:
>>     [:method | method primitive > 0
>>            and: [(method primitive between: 256 and: 519) not]]

Jörg Rade <jr at petz.han.de> replied:
>Doesn't work here (2.0 with fresh 'update code from server') since
>MessageListView is unknown. What should I fileIn in order to make it
>fly?

This works fine for me in 2.0 updated.  It's true that MessageListView is unknown, but I don't believe the code in 2.0 ever has a need for it.  Might you have filed in some older code that still refers to MessageListView (it would probably show up if you inspect Undeclared)?

Please respond just to me, until we get it figured out.

If anyone else is having this problem, please also let me know.

Thanks
	- Dan





More information about the Squeak-dev mailing list