Re: 3 type system problems in 0.13.1

Gary Byers <[email protected]> Sun, 10 Nov 2002 05:01:19 -0700 (MST)
Newsgroups gmane.lisp.openmcl.bugs
Message-ID <[email protected]>

On Sun, 10 Nov 2002, Gary Byers wrote:


> On Sun, 10 Nov 2002, Timothy Moore wrote:
>
> > Welcome to OpenMCL Version (Beta: Darwin) 0.13.1!
>
> > ? (typep '(1 . 2) '(cons integer integer))
> >  > Error: Unknown type specifier: (CONS INTEGER INTEGER)
> >  > While executing: CCL::%%TYPEP
> >  > Type :POP to abort.
> > Type :? for other options.
> > 1 >
>
> Making (CONS cartype cdrtype) be a known type specifier is a bit more
> work, unfortunately.
>

It actually doesn't seem -that- hard to make (CONS cartype cdrtype)
known to the type system, but does involve changes to a few files and
some bootstrapping.

If this is important (McCLIM-wise), can you build from CVS ?  Or should
I start thinking about putting an 0.13.2 together ?