>> > > I just did a bit of digging. It looks like source.st is there purely > as a convenience. It looks like Monticello (i.e., MCPackageLoader) > will look for snapshot.bin (or, failing that, the files snapshot/*). > This file (or files) contains the list of definitions in the package. > MCPackageLoader then walks over the definitions.
yes and this is important that the bin does not get desync else you publish packages and 3 months later they are broken. This happens to us when we started to fix MethodReference and friends. So soon we will migrate MC model to Ring to reduce the over head because a MC meta model uses pseudo class (I guess) and MethodReference a real "mille-feuilles". Stef
