Re: [Gcl-devel] Random tester finding a problem

2005-08-08 Thread Camm Maguire
Greetings! Just a note that I believe this is cleared in t4 and later. Take care, "Paul F. Dietz" <[EMAIL PROTECTED]> writes: > The random tester is finding a problem in cvs head: > > >(compile nil '(lambda () (let ((x (values 0))) 0))) > > Error in WHEN [or a callee]: The GO tag #:G3614 is

Re: [Gcl-devel] Random tester finding a problem

2005-07-15 Thread Camm Maguire
Greetings! Thanks Paul -- will fix. Separately, is the Baker algorithm for subtypep still considered state of the art? Take care, "Paul F. Dietz" <[EMAIL PROTECTED]> writes: > The random tester is finding a problem in cvs head: > > >(compile nil '(lambda () (let ((x (values 0))) 0))) > > Er

[Gcl-devel] Random tester finding a problem

2005-07-12 Thread Paul F. Dietz
The random tester is finding a problem in cvs head: >(compile nil '(lambda () (let ((x (values 0))) 0))) Error in WHEN [or a callee]: The GO tag #:G3614 is missing. This is also test misc.603 in ansi-tests. Paul ___ Gcl-devel mailing list