gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] (ANSI) Added some string-related tests


From: Camm Maguire
Subject: Re: [Gcl-devel] (ANSI) Added some string-related tests
Date: 01 Oct 2002 16:04:49 -0400

Hi Paul!  Thanks for this work!

If you have the time, it would be helpful if you could summarize and
categorize the issues as you discover them.  I can usually figure out
what's wrong by playing with the test and reading up on the spec, but
this takes some considerable time for each bug given my unfamiliarity
with the language.  Even more time consuming, I usually go through
several iterations of a fix as I reread the spec and notice details I
had overlooked at first.  It might be more time efficient if someone
like yourself who probably has the spec memorized could state the
problems tersely.  Anyway, just if you have time.


With my commits last night, the current list is:

42 out of 2594 total tests failed: MAP-STRING.31, MAP-STRING.32, 
STRUCTURE-1-13, STRUCTURE-1-14, 
   STRUCTURE-1-15, BOOLEAN-TYPE-1, BOOLEAN-TYPE-2, BOOLEAN-TYPE-3, 
   TYPES-3, TYPES-5, TYPES-6, TYPES-8, TYPES-9, TYPES-9A, 
   READ-SYMBOL-8, READ-SYMBOL-10, CHAR.3, CHAR.4, CHAR.6, CHAR.7, 
   CHAR.8, CHAR.9, CHAR.10, SCHAR.4, SCHAR.5, SCHAR.6, SCHAR.7, 
   STRING.7, BASE-STRING.1, BASE-STRING.2, BASE-STRING.3, 
   BASE-STRING.4, SIMPLE-STRING.5, SIMPLE-BASE-STRING.1, 
   SIMPLE-BASE-STRING.2, SIMPLE-BASE-STRING.3, SIMPLE-BASE-STRING.4, 
   SIMPLE-BASE-STRING.5, SIMPLE-BASE-STRING.6, SIMPLE-BASE-STRING.7, 
   SIMPLE-STRING-P.5, STRINGP.4.
Finished loading gclload.lsp

I was looking at the CHAR problems.  I'm trying to wrap my mind around
how one can setf to the output of char -- is char supposed to return a
character or a pointer?

Take care,

"Paul F. Dietz" <address@hidden> writes:

> I've added a number of tests for classes and functions from the Strings 
> section
> of the CL spec.  There appear to be a number of bugs.  Current state of the
> tests:
> 
> 72 out of 2594 total tests failed: SET-EXCLUSIVE-OR-17, 
> SET-EXCLUSIVE-OR-17-A, SET-EXCLUSIVE-OR-18,
>     SET-EXCLUSIVE-OR-18-A, MAKE-SEQUENCE-ERROR.1, MAKE-SEQUENCE-ERROR.2,
>     MAKE-SEQUENCE-ERROR.3, MAKE-SEQUENCE-ERROR.4, MAKE-SEQUENCE-ERROR.5,
>     MAKE-SEQUENCE-ERROR.6, MAKE-SEQUENCE-ERROR.7, MAP-STRING.31,
>     MAP-STRING.32, MAP-ERROR.2, CONCATENATE-ERROR.3, MERGE-ERROR.2,
>     MERGE-ERROR.3, MERGE-ERROR.4, MERGE-ERROR.5, MERGE-ERROR.6,
>     REMOVE-LIST.3, REMOVE-LIST.22, REMOVE-IF-LIST.1, REMOVE-IF-LIST.2,
>     REMOVE-IF-NOT-LIST.1, REMOVE-IF-NOT-LIST.2, DELETE-IF-LIST.1,
>     DELETE-IF-LIST.2, DELETE-IF-NOT-LIST.1, DELETE-IF-NOT-LIST.2,
>     DELETE-LIST.1, DELETE-LIST.2, STRUCTURE-1-13, STRUCTURE-1-14,
>     STRUCTURE-1-15, BOOLEAN-TYPE-1, BOOLEAN-TYPE-2, BOOLEAN-TYPE-3,
>     TYPES-3, TYPES-5, TYPES-6, TYPES-8, TYPES-9, TYPES-9A,
>     READ-SYMBOL-8, READ-SYMBOL-10, CHAR.3, CHAR.4, CHAR.6, CHAR.7,
>     CHAR.8, CHAR.9, CHAR.10, SCHAR.4, SCHAR.5, SCHAR.6, SCHAR.7,
>     STRING.7, BASE-STRING.1, BASE-STRING.2, BASE-STRING.3,
>     BASE-STRING.4, SIMPLE-STRING.5, SIMPLE-BASE-STRING.1,
>     SIMPLE-BASE-STRING.2, SIMPLE-BASE-STRING.3, SIMPLE-BASE-STRING.4,
>     SIMPLE-BASE-STRING.5, SIMPLE-BASE-STRING.6, SIMPLE-BASE-STRING.7,
>     SIMPLE-STRING-P.5, STRINGP.4.
> 
>       Paul
> 
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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