<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
The patch seems to produce a result as claimed.<BR>
But it's not generic enough. It does not catch, e.g., defgeneric.error.20 nor reinitialize-instance.error.1, which follow the same pattern: supply bogus arguments in initargs. Introducing this patch might create an impression that such cases handled properly always.<BR>
 <BR>> Date: Mon, 27 Jul 2009 02:56:21 +0300<BR>> From: ville.voutilainen@gmail.com<BR>> To: armedbear-devel@common-lisp.net<BR>> Subject: [armedbear-devel] A clos patch for review<BR>> <BR>> Here's a stab at checking initargs for make-instance and others. With<BR>> this patch, I get rid of<BR>> the following errors:<BR>> <BR>> -CHANGE-CLASS.1.11<BR>> -MAKE-INSTANCE.ERROR.3<BR>> -MAKE-INSTANCE.ERROR.4<BR>> <BR>> Feel free to comment.<BR><br /><hr />Windows Live™ Hotmail®: Celebrate the moment with your favorite sports pics. <a href='http://www.windowslive.com/Online/Hotmail/Campaign/QuickAdd?ocid=TXT_TAGLM_WL_QA_HM_sports_photos_072009&cat=sports' target='_new'>Check it out.</a></body>
</html>