gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] On the package tests


From: Paul F. Dietz
Subject: Re: [Gcl-devel] On the package tests
Date: Wed, 09 Oct 2002 18:50:37 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020408

Camm Maguire wrote:

Use the symbol index of the hyperspec.  PACKAGE-ERROR is defined in
section 9, 'Conditions'.

I saw that, but I don't understand how it can be used as a function.
Specifically the instances of (package-error nil 'package-error).


Those all occur inside HANDLER-CASE forms.  They are not function
calls, they are error clauses.  The HANDLER-CASE dispatches on an
error to the appropriate error clause (if any).


I'm hoping that the field is small enough
now that you might be able to shed some additional light as to how the
remaining failures should work.

I'll look at the remaining package test failures this evening (CDT)..

I'm noticing some of the tests are failing because COMPUTE-RESTARTS is
not taking the optional condition parameter.

        Paul






reply via email to

[Prev in Thread] Current Thread [Next in Thread]