Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    9836e815
    The CLHS entry for *PRINT-LENGTH* says · 9836e815
    rtoy authored
        If an object to be recursively printed has components and is at a
        level equal to or greater than the value of *print-level*, then
        the object is printed as ``#''.
    
    Adjust the default structure printer and %print-unreadable-object to
    do this.  This fixes the PRINT-LEVEL.2, PRINT-LEVEL.6, PRINT-LEVEL.8,
    and PRINT-LEVEL.9. test failures.
    9836e815
    History
    The CLHS entry for *PRINT-LENGTH* says
    rtoy authored
        If an object to be recursively printed has components and is at a
        level equal to or greater than the value of *print-level*, then
        the object is printed as ``#''.
    
    Adjust the default structure printer and %print-unreadable-object to
    do this.  This fixes the PRINT-LEVEL.2, PRINT-LEVEL.6, PRINT-LEVEL.8,
    and PRINT-LEVEL.9. test failures.