[ cl-cookbook-Bugs-1572523 ] Strings example parameter order error
"SourceForge.net" <[email protected]> Fri, 06 Oct 2006 20:27:01 -0700
| Newsgroups | gmane.lisp.cookbook |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #1572523, was opened at 2006-10-06 20:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=1572523&group_id=46815 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: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Strings example parameter order error Initial Comment: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 In the the examples in the Strings section demonstrating that one cannot coerce a single character to a string the order of the parameters is reversed: * (coerce 'string #\y) Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER: #\y is not of type (OR CONS CLASS SYMBOL) The example should be: * (coerce #\y 'string) Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER: #\y is not of type SEQUENCE Submitted by Jesse D. McDonald ([email protected]). -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFJx46AnE5IThH/g8RAo7JAKCoETo8nG0OVhLPgrVhg+f/msf4aACgugHW 73nnXcn4gT79DME+oXr2ixQ= =PX9T -----END PGP SIGNATURE----- ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=447472&aid=1572523&group_id=46815 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV