instantiations / tonel-vast

Tonel file format writer and reader implementation for VA Smalltalk
MIT License
9 stars 3 forks source link

Repackage/rename methods for VAST 11.x #101

Closed eMaringolo closed 2 years ago

eMaringolo commented 2 years ago

The methods Collection>>#flattened and Collection>>#flattenOn: will be moved to kernel applications in VAST 11.x, so we need to move packages out of Tonel applications.

Also the method #withLineEndings: should be renamed to #tonelWithLineEndings:

eMaringolo commented 2 years ago

We also removed pairsCollect: in b11cfca2d2, since it was also moved to core classes.