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

Levente Uzonyi leves at elte.hu
Sun Apr 10 15:57:56 UTC 2011


On Sun, 10 Apr 2011, commits at source.squeak.org wrote:

> 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:".

Woops. #basicNext: should be implemented by Stream, like any other 
#basic* method. I thought it does, so I didn't even check. I'll fix it.


Levente

>
> =============== 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