Ston declares extension methods on ZnUrl and ZnMimeType see https://github.com/svenvc/ston/tree/master/repository/STON-Extensions.package but BaselineOfSton declares no dependency to Zinc https://github.com/svenvc/ston/blob/master/repository/BaselineOfSton.package/BaselineOfSton.class/instance/baseline..st
This works if it is loaded into an image that already has Zinc, ie. Pharo, but fails if the image lacks Zinc, ie. Squeak.
Ston declares extension methods on
ZnUrlandZnMimeTypesee https://github.com/svenvc/ston/tree/master/repository/STON-Extensions.package butBaselineOfStondeclares no dependency to Zinc https://github.com/svenvc/ston/blob/master/repository/BaselineOfSton.package/BaselineOfSton.class/instance/baseline..stThis works if it is loaded into an image that already has Zinc, ie. Pharo, but fails if the image lacks Zinc, ie. Squeak.