[squeak-dev] The Trunk: Files-dtl.106.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Apr 10 14:45:32 UTC 2011


David T. Lewis uploaded a new version of Files to project The Trunk:
http://source.squeak.org/trunk/Files-dtl.106.mcz

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

Name: Files-dtl.106
Author: dtl
Time: 10 April 2011, 10:28:44.04 am
UUID: 43779e90-a336-4cd8-ae09-d175adec5bb0
Ancestors: Files-ul.105

Recent change to CompiledMethod>>getPreambleFrom:at: breaks compressed source files because it sends #basicNext: to read from the stream, so implement CompressedSourceStream>>basicNext: as "self next:".

=============== Diff against Files-ul.105 ===============

Item was added:
+ ----- Method: CompressedSourceStream>>basicNext: (in category 'private') -----
+ basicNext: anInteger 
+ 	^ self next: anInteger !




More information about the Squeak-dev mailing list