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

Harvest changes done in Pharo9 #30

Closed guillep closed 3 years ago

guillep commented 3 years ago

Motivated from https://github.com/pharo-project/pharo/issues/9390, I took all changes done in Pharo9 and introduced them in this PR. Most of them are comment typos and some automatic formattings.

The only features added are the extensions with stonContainSubObjects to FileReference, ZnMimeType and ZnUrl.

I wonder if the last one is needed (as in latest master branch, ZnUrl uses a different class to serialize itself.

This PR is the sister of https://github.com/pharo-project/pharo/pull/9579

svenvc commented 3 years ago

Wow, Guille, thanks a lot !! You really helped here.