gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] functionp.4 (ansi-tests)??


From: Paul F. Dietz
Subject: Re: [Gcl-devel] functionp.4 (ansi-tests)??
Date: Mon, 16 Dec 2002 21:08:54 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021126

Peter Wood wrote:
Hi

In ansi-tests/functionp.lsp, this test is in error:

(deftest functionp.4
  (loop for x in *cl-symbol-names*
        for s = (find-symbol x "CL")
        for f = (and (fboundp s) (symbol-function s)
                     (not (special-operator-p s))
                     (not (macro-function s)))
        always (or (null f)
                   (functionp f)))
  t)


That was fixed in the cvs repository on Nov. 2.

        Paul






reply via email to

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