[squeak-dev] The Trunk: Kernel-cmm.835.mcz

Chris Muller asqueaker at gmail.com
Wed Jan 29 20:53:28 UTC 2014


Ah, that makes sense, thanks.

On Tue, Jan 28, 2014 at 11:13 AM,  <commits at source.squeak.org> wrote:
> Chris Muller uploaded a new version of Kernel to project The Trunk:
> http://source.squeak.org/trunk/Kernel-cmm.835.mcz
>
> ==================== Summary ====================
>
> Name: Kernel-cmm.835
> Author: cmm
> Time: 28 January 2014, 11:13:17.23 am
> UUID: 9b210942-2bae-4a82-9fde-ff77af5dec9a
> Ancestors: Kernel-topa.834
>
> - Why is FileStream class>>#stderr primitive failing when asked for its #size?
>
> =============== Diff against Kernel-topa.834 ===============
>
> Item was changed:
>   ----- Method: Error>>printVerboseOn: (in category 'printing') -----
>   printVerboseOn: aStream
>         aStream
> + "              setToEnd ;"
> -                setToEnd ;
>                  nextPutAll: 'vvvvvvvvvvvvvvvvvv ' , self description , ' vvvvvvvvvvvvvvvvvv' ;
>                  cr ;
>                  nextPutAll: 'The time is ', DateAndTime now asString ;
>                  cr.
>         "Allow applications to optionally print extra details without overriding a base package."
>         (self respondsTo: #printDetailsOn:) ifTrue: [ self printDetailsOn: aStream ].
>         aStream
>                  nextPutAll: self signalerContext longStack ;
>                  cr ;
>                  nextPutAll: '^^^^^^^^^^^^^^^^^^ ' , self description , ' ^^^^^^^^^^^^^^^^^^' ;
>                  cr!
>
>


More information about the Squeak-dev mailing list