[ nice-Bugs-1090913 ] crash w/value dispatch
"SourceForge.net" <[email protected]> Fri, 24 Dec 2004 10:40:19 -0800
| Newsgroups | gmane.comp.lang.nice.devel |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #1090913, was opened at 2004-12-24 13:40
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112788&aid=1090913&group_id=12788
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: mike.beckerle (mbeckerle)
Assigned to: Nobody/Anonymous (nobody)
Summary: crash w/value dispatch
Initial Comment:
See attached.
package bug4;
(String, ?List<int>, ?int, int)
frag(int by, int pos) {
return ("none", null, null, pos);
}
// Interface
(String, ?List<int>, ?int, int)
utf8cc(String, ?List<int>, int by, int pos)
requires pos >= 0 ;
utf8cc(str, lst, by, pos) { assert false : "couldn't
handle"; }
utf8cc("none", null, by, pos) = (((by & 0x80) == 0x80) ?
("none", null, by, pos): frag(by, pos));
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112788&aid=1090913&group_id=12788
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/