[FIX] UrlToText-fbs

frank.shearar at rnid.org.uk frank.shearar at rnid.org.uk
Wed Feb 2 16:15:37 UTC 2005


from preamble:

"Change Set:		UrlToText-fbs
Date:			2 February 2005
Author:			Frank Shearar

Many moons past, Tim Rowledge pointed out (in Mantis bug #469; BFAV post
14482) that a message Url>>toText should be called #asText, and return a
Text, not a String.

Yea verily, this changeset:
* moves the various Url subclasses' #toText contents to #printOn:,
* makes Url>>printOn: use self subclassResponsibility (I'm doubtful
about the utility of this change - maybe I should just remove
Url>>printOn:),
* makes toText return the value of #asText,
* deprecates #toText, and
* changes all senders of Url>>toText to use Url>>asString.
"!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: UrlToText-fbs.cs.gz
Type: application/octet-stream
Size: 4815 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20050202/d9dc4e31/UrlToText-fbs.cs.obj


More information about the Squeak-dev mailing list