home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / style / check.cmm < prev    next >
Encoding:
Text File  |  1988-05-03  |  1.4 KB  |  39 lines

  1.  
  2.  
  3.                     Comments on Porting
  4.                        Stylechecker
  5.                          by TI
  6.                         to DEC Ada
  7.  
  8.                                                          Tool 8_1
  9.                                                          June 1, 1985
  10.  
  11. COMPILATION
  12. -----------
  13.   A VMS command file was created from the ordered list of compilation
  14.   units provided in STYLE_CMP.DIS.
  15.  
  16.   Errors occurred due to inconsistent usage of "in" between subprogram
  17.   specifications and bodies; usage of the CURRENT_EXCEPTION package
  18.   that is provided with the Data General ADA compiler; and the name
  19.   conflicts between types in Package Standard and the enumerals in 
  20.   the type UNIVERSAL_DATA_TYPES in STYLE_CHECKER.   
  21.   
  22.   1. "Standard" was added to "natural" to eliminate conflicts between types
  23.      in Package Standard and the enumerals in STYLE_CHECKER in following 
  24.      files:  STYLECHEC, CHECKSTAT, CHECKTHES, ENTERINGB, EXITINGBL
  25.  
  26.   2. In order to match specifications and body, "in" was added to the 
  27.      following files:  COMMENTTO, ENTERINGB, EXITINGBL
  28.  
  29.   After making the above modifications and eliminating the usage of
  30.   the Data General package, we were able to compile the style checker.
  31.  
  32.  
  33.  
  34. EXECUTION
  35. ---------
  36.   STYLECHECKER was initiated and started execution. However, execution 
  37.   terminated due to an "access I/O" error.
  38.  
  39.