[BUG] Socket assumes connection in Linux

Tim Rowledge tim at sumeru.stanford.edu
Thu Mar 29 16:00:57 UTC 2001


ajh18 at cornell.edu is widely believed to have written:

> Patrik Nordebo <patrik at nordebo.com> wrote:
> > Is there a way to find all uses of a primitive?
> 
> CompiledMethod allInstances select: [:m | m primitive = primNum]
> thenCollect: [:m | m who].

Actually
   Smalltalk browseAllSelect:[:cm| cm primitive = primNum]
will open a browser on all methods that return true as the block result.

tim
-- 
Tim Rowledge, tim at sumeru.stanford.edu, http://sumeru.stanford.edu/tim
CCCP:> format CCCP: /u





More information about the Squeak-dev mailing list