Bugs item #1346205, was opened at 2005-11-02 18:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1346205&group_id=23735
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Matthias Radestock (mradestock)
Assigned to: Nobody/Anonymous (nobody)
Summary: string=? and char=? don't check type
Initial Comment:
#;> (string=? 1 1)
#t
#;> (char=? 1 1)
#t
R5RS has nothing to say on what string/char functions
should do when applied to something other than a
string/char, so the above is perfectly acceptable.
However, the general SISC philosophy is to throw errors
under these circumstances.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1346205&group_id=23735
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
|