home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sa104os2.zip / SATHR104.ZIP / SATHER / LIBRARY / README < prev    next >
Text File  |  1994-10-25  |  3KB  |  58 lines

  1. This is a list of the library classes and the approximate state they
  2. are in.  I NEED HELP WRITING TEST CODE!  Please adopt a class and write
  3. a test class for it, it will be very helpful.  Also, don't be afraid to
  4. point out what look like mistakes, they just might be.  Send comments
  5. to "sather-bugs@icsi.berkeley.edu".
  6.  
  7.  
  8. Key: CLASS    - The class name
  9.      STARTED    - Does there exist a file in the library yet?
  10.      INTERFACE  - Has the interface been completely defined?
  11.      CODED      - Have all code bodies been filled in?
  12.      SUPPORTED  - Has any necessary compiler support or C code been written?
  13.      DEBUGGED   - Do any known bugs remain?
  14.      TESTS      - Has a test class been started?
  15.      COMP       - has a test class been written which tests every method?
  16.  
  17.  
  18. CLASS    STARTED   INTERFACE    CODED    SUPPORTED   DEBUGGED   TESTS    COMP
  19.  
  20. AREF        *          *          *          *          *              
  21. ARRAY       *          *          *          -                         
  22. ARRAY2      *          *          *          -          *         *   
  23. AVAL        *          *          *          *
  24. BOOL        *          *          *          *          *         *        *
  25. CHAR        *          *          *          *          *         *
  26. CPX         *          *                                                 
  27. CPXD                                                                     
  28. ERR         *          *          *          *          *
  29. FILE        *          *          *          *         
  30. FLIST       *          *          *          -          *
  31. FMAP        *          *          *          -          *                
  32. FSET        *          *          *          -          *                
  33. FQSET       *          *          *          -          *                
  34. FSTR        *          *          *          -          *         *      
  35. FLT         *          *          *        
  36. FLTD        *          *          *          *          *         *
  37. FLTX        *                                                            
  38. FLTDX       *                                                            
  39. FLTI            
  40. GLOB        *
  41. IN          *          *          *          *          *           
  42. INT         *          *          *          *          *         *
  43. INT{8,etc.}                                                              
  44. INTI        *          *          *          -          *                
  45. MAT         *                     *                               *
  46. MATD                                                                     
  47. OUT         *          *          *          *          *                
  48. RAT         *           *          *          -          *
  49. RND         *                                                     *
  50. STR         *          *          *          *          *                
  51. STR_CURSOR  *          *          *          -
  52. SYS         *          * 
  53. TEST        *          *          *          -          *         *
  54. TUP         *          *          *          -          *                
  55. UNIX        *
  56. VEC         *                     *                               *      
  57. VECD                                                                     
  58.