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

Shouldn't Text class >> #fromSton: be on 'Ston-Text-Support' ? #23

Closed marianopeck closed 5 years ago

marianopeck commented 5 years ago

Hi Sven,

The 2 instance side extensions on Text are from 'STON-Text-Support' , however, the class side `fromSton:' is in 'STON-Core'. I think it should also be 'STON-Text-Support', right?

Cheers,

svenvc commented 5 years ago

Right, that was an error

https://github.com/svenvc/ston/commit/6a0ad04b877a425e0afa07772b08ee54c30a305a

should fix it

marianopeck commented 5 years ago

Thanks Sven!