gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] IRe: arrays


From: Paul F. Dietz
Subject: [Gcl-devel] IRe: arrays
Date: Mon, 05 Sep 2005 06:37:54 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.11) Gecko/20050729

Camm Maguire wrote:
Greetings!

What is '(array nil) suposed to mean?

It's the type of arrays with element type nil.

These arrays are specialized to hold nothing at all.
Weird, but since (upgraded-array-element-type nil) is required
to be nil, the type has to exist.

It's probably a spec bug that this is the case.  There's
a note, :allow-nil-arrays, that should be attached to all
tests involving this type.  Go ahead and disallow tests
with this note for gcl if you'd like.

        Paul




reply via email to

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