svenvc / ston

STON - Smalltalk Object Notation - A lightweight text-based, human-readable data interchange format for class-based object-oriented languages like Smalltalk.
MIT License
135 stars 32 forks source link

BaselineOfSton lacks Zinc dependency #43

Open marschall opened 2 months ago

marschall commented 2 months ago

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.