[Gd-chatter] [Bug 7309] Can't use format(%s) on subsequences
bugzilla-daemon at gwydiondylan.org
bugzilla-daemon at gwydiondylan.org
Fri May 5 23:04:23 CEST 2006
http://www.gwydiondylan.org/cgi-bin/bugzilla/show_bug.cgi?id=7309
------- Comment #1 from lisper at jlieske.com 2006-05-05 23:04 -------
Defining a method on print-message(<string-subsequence>,<stream>) should solve
the problem. Since that class is not exported from Collection-Extensions, it's
not possible to to this in user code.
The method would look something like this:
define method print-message (substr :: <string-subsequence>, stream ::
<stream>)
=> ()
write(stream, substr.source, start: substr.start-index, end:
substr.end-index);
end method;
--
Configure bugmail: http://www.gwydiondylan.org/cgi-bin/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the chatter
mailing list