logo       
Google Custom Search
    AddThis Social Bookmark Button

[Bug 7309] Can't use format(%s) on subsequences: msg#00009

Subject: [Bug 7309] Can't use format(%s) on subsequences
http://www.gwydiondylan.org/cgi-bin/bugzilla/show_bug.cgi?id=7309





------- Comment #1 from lisper@xxxxxxxxxxx  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.
-- 
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
https://www.gwydiondylan.org/mailman/listinfo/gd-chatter




Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>