[squeak-dev] MNU in MCSnapshotBrowser

Keith Hodges keith_hodges at yahoo.co.uk
Sun Feb 15 15:48:15 UTC 2009


K. K. Subramaniam wrote:
> 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
>   
The two should be equivalent. I need some more info.

What squeak image are you using?
Does your version fix the problem?
Can you post the walkback/stacktrace?
Is there a package that raises this error that I can look at?

thanks in advance

Keith



More information about the Squeak-dev mailing list