Proposal for enhancing Transcript show:

Roger Whitney whitney at cs.sdsu.edu
Sun Feb 13 22:02:30 UTC 2000


At 2:36 AM -0500 2/13/00, Norton, Chris wrote:
>
>Thus, something like this would probably be cleaner (& quicker):
>
>TranscriptStream>>
>show: aString  "TextCollector compatibility"
>    self nextPutAll: aString asString.
>    self endEntry
>
A slight improvement to insure that the asString message is not removed at
a later date as being redundent.

TranscriptStream>>
show: anObject  "TextCollector compatibility"
    self nextPutAll: anObject asString.
    self endEntry


Roger Whitney              Mathematical & Computer Sciences Department
whitney at cs.sdsu.edu        San Diego State University
http://www.eli.sdsu.edu/   San Diego, CA 92182-7720
(217) 328-0824
(619) 594-3535
(619) 594-6746 (fax)






More information about the Squeak-dev mailing list