[squeak-dev] MNU in MCSnapshotBrowser

K. K. Subramaniam subbukk at gmail.com
Sun Feb 15 15:40:35 UTC 2009


Hi,

The following code segment in MCSnapshotBrowser>>visibleClasses:
   ^ self fileDefinitions collect: #path.

triggered a MNU when browsing a package with :FILES entry. This doesn't look 
like proper Smalltalk to me. Shouldn't this be:
    ^ self fileDefinitions collect: [:f | f path].

Is this a bug? .. Subbu



More information about the Squeak-dev mailing list