[BUG][MC] New MC doesn't merge with old versions

Brian Brown rbb at techgame.net
Fri Aug 22 15:04:23 UTC 2003


On Friday, Aug 22, 2003, at 04:52 America/Denver, Marcus Denker wrote:
>>
> Hi Avi,
>
> I just tried to install Monticello-ab.3.mcz in my images. (I'm
> tracking Monticello releases, so the one in the image
> is the one you sent as a .cs to the list).
>
> After installing Monticello-ab.3.mcz I get a dnu if I click
> on any file in the FileList2:
>

This was actually present for me in the Monticello-ab.2.mcz. The 
problem is that MCDirectoryRepository is registered via FileList 
class>>registerFileReader: and it doesn't have the requisite method 
(which is class fileReaderServicesForFile:suffix: )- MCBootstrapLoader 
and MCReader both have it, though.

(Which one of those should be registered)

So, in a workspace I evaluated:
	FileList unregisterFileReader: MCRepositoryDirectory.

That will fix the problem, but won't allow loading MC packages from a 
FileList

Brian



More information about the Squeak-dev mailing list