Re: [Gcl-devel] Re: ANSI

2005-07-01 Thread Camm Maguire
Greetings! Paul F. Dietz [EMAIL PROTECTED] writes: You want to run the random type prop tests. Start lisp, then: (load gclload1.lsp) (load random-type-prop-tests.lsp) These tests are explicitly designed to test type-driven compiler specializations of built-in functions. The member

[Gcl-devel] Re: ANSI

2005-06-29 Thread Paul F. Dietz
Camm Maguire wrote: 2) Paul, if *compile-verbose* defaults to t, must the output of compile-file have semi-colons? From COMPILE-FILE: If verbose is true, compile-file prints a message in the form of a comment (i.e., with a leading semicolon) to standard output indicating what

[Gcl-devel] Re: ANSI

2005-06-29 Thread Camm Maguire
Thank you, and my apologies for the question. I'm trying to hurry this summer, and am using your wonderful tet suite largely as a replacement for me having to read and parse the spec in detail myself. I should have known that you'd get it right, but I just had the nagging question that this

[Gcl-devel] Re: ANSI

2005-06-29 Thread Paul F. Dietz
Camm Maguire wrote: Thank you, and my apologies for the question. I'm trying to hurry this summer, and am using your wonderful tet suite largely as a replacement for me having to read and parse the spec in detail myself. I should have known that you'd get it right, but I just had the nagging