Next error: slot-unbound errors should not be optimized away as far as I can 
tell. Or is there anything in specifications (CL or MOP) that allows 
implementors to do that?

Here is a test case:

(defun test ()
  (declare (optimize (speed 3) (space 0) (compilation-speed 0)))
  (handler-case (clos:generic-function-lambda-list (make-instance 
'standard-generic-function))
    (unbound-slot () (print "caught ya!"))))

If I compile and run this, I get SI:UNBOUND as a result instead of "caught ya!"…


Best,
Pascal

--
Pascal Costanza




------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to