[squeak-dev] The Inbox: Compression-xw.63.mcz

commits at source.squeak.org commits at source.squeak.org
Thu May 5 13:37:18 UTC 2022


A new version of Compression was added to project The Inbox:
http://source.squeak.org/inbox/Compression-xw.63.mcz

==================== Summary ====================

Name: Compression-xw.63
Author: xw
Time: 5 May 2022, 9:37:13.986596 pm
UUID: 039074bd-e85c-124a-ba1a-f865a6237d32
Ancestors: Compression-tpr.62

Add `CompressedSourceStream>>#skip:`, to override implementation of `PositionableStream>>#skip:`, which is not compatible with usage of instance variable `position` in `CompressedSourceStream`

Related to https://github.com/squeak-smalltalk/squeak-object-memory/issues/17

=============== Diff against Compression-tpr.62 ===============

Item was added:
+ ----- Method: CompressedSourceStream>>skip: (in category 'positioning') -----
+ skip: anInteger
+ 	self position: self position + anInteger!



More information about the Squeak-dev mailing list