[ cl-cookbook-Bugs-1572523 ] Strings example parameter order error

"SourceForge.net" <[email protected]> Sun, 28 Jan 2007 00:55:06 -0800
Newsgroups gmane.lisp.cookbook
Message-ID <[email protected]>
Bugs item #1572523, was opened at 2006-10-07 05:27
Message generated for change (Comment added) made by skeptomai
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: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Christopher Brown (skeptomai)
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-----


----------------------------------------------------------------------

>Comment By: Christopher Brown (skeptomai)
Date: 2007-01-28 10:55

Message:
Logged In: YES 
user_id=1618180
Originator: NO

Fixed in strings.html 1.11

----------------------------------------------------------------------

Comment By: Christopher Brown (skeptomai)
Date: 2006-10-15 11:39

Message:
Logged In: YES 
user_id=1618180

Yep.  I'm fixing this now.  Will be checked in later today.

----------------------------------------------------------------------

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