[asdf-devel] CONSTANTLY in HANDLER-BIND
Hi, MODULE-PROVIDE-ASDF used CONSTANTLY in HANDLER-BIND to define a handler. IIUC, this merely delegates error handling further, so it is more or less dead code. Is this intentional? -- Sam Steingold (http://sds.podval.org/) on CentOS release 5.5 (Final) X http://pmw.org.il http://iris.org.il http://www.PetitionOnline.com/tap12009/ http://palestinefacts.org http://jihadwatch.org http://honestreporting.com If you want it done right, you have to do it yourself
Dear Sam,
MODULE-PROVIDE-ASDF used CONSTANTLY in HANDLER-BIND to define a handler. IIUC, this merely delegates error handling further, so it is more or less dead code. Is this intentional?
If I understand this piece of code correctly, this handler-bind entry is there because a MISSING-COMPONENT is an error, yet one you want to exclude from the handling by the next handler, for error, below. I suppose an alternative solution would have been to put a (unless (typep e 'missing-component) ...) around the body of the next handler. [ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] Be humble, for you are made of earth. Be noble, for you are made of stars. — Serbian proverb
participants (2)
-
Faré
-
Sam Steingold