[cl-cookbook-contrib] [ cl-cookbook-Bugs-1572523 ] Strings example parameter order error
Brought to you by:
jthing
From: SourceForge.net <no...@so...> - 2006-10-15 09:39:19
|
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: Open Resolution: None Priority: 5 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 (nyb...@gm...). -----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: 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 |