Thanks a lot martin! I checked also and I got confused :) I have to investigate more. Could you open a bug entry because this is handy to be able to browse an mcz by dropping it on the world My impression is that we could remove MCMcmReader class MCMcdReader class Le 5/9/15 19:00, Martin Dias a écrit :
Hi,
I logged for which classes MCVersionReader >> fileReaderServicesForFile:suffix: is invoked:
In Pharo 4:
MCVersionReader class MCMczReader class MCMcmReader class MCMcdReader class
In Pharo 5:
MCVersionReader class
and it should be MCMczReader who adds those services for the MCZ files.
Note: I tried in Pharo 4, and the list of file services didn't change after removing MczInstaller.
MartÃn
On Sat, Sep 5, 2015 at 6:24 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
On 05 Sep 2015, at 15:54, stepharo <stepharo@free.fr> wrote:
Are you sure that it is not used when we drag an MCZ on the desktop? No, at least I do not think so.
itâs the installer that was added to Squeak before Monticello. The idea is that it can be used to install .mzc files even when Monticello is not there.
I was thinking of removing it in the past, but for a real modular system it might be a good idea to keep. (to load monticello).
Marcus