gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] An example of output from the clocc ansi tests


From: Paul F. Dietz
Subject: Re: [Gcl-devel] An example of output from the clocc ansi tests
Date: Fri, 18 Oct 2002 19:20:35 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020408

John Jorgensen wrote:

Bugid: :ARRAY-LEGACY-366 interpreted Form: (SETF (AREF ZERO) 1.0)
Should be an error of type: TYPE-ERROR
AKCL: #<CONDITIONS::INTERNAL-SIMPLE-STREAM-ERROR.18> (Error in EVAL [or a
callee]: Expected a FIXNUM )
Why: ""

The second test seems to produce the right result but in a format not
understood by the test. The make-array that sets zero is;
(make-array (quote nil) :element-type '(mod 5))

The problem here is that the spec, as far as I can tell, does not
require the implementation to signal an error here.  The behavior
is undefined (since 1.0 is not of type (mod 5)).  This test is
bogus.

        Paul






reply via email to

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