[squeak-dev] MNU in MCSnapshotBrowser

subbukk subbukk at gmail.com
Mon Feb 16 04:45:13 UTC 2009



Keithy wrote:
> 
> 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?
> 
I used etoys-dev-4.0 image with OSProcessV4-3-6 and LPF.st. Walkback occurs
with the package at
http://www.squeaksource.com/LatexMorph/LatexMorph-kks.1.mcz. Somehow, some
spurious files (see :FILES) got into this package and I couldn't remove them
using MC.

Thanks in advance .. Subbu

-- 
View this message in context: http://www.nabble.com/-squeak-dev--MNU-in-MCSnapshotBrowser-tp22023852p22031554.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.




More information about the Squeak-dev mailing list