Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • emarsden's avatar
    7862b94e
    · 7862b94e
    emarsden authored
    Two unrelated fixes to ADJUST-ARRAY:
    
      - (adjust-array (make-array nil :initial-element 'zob) nil)
        was losing the :initial-element information
    
      - ADJUST-ARRAY was sometimes returning the same array despite
        ADJUSTABLE-ARRAY-P returning nil for that array (fix from SBCL)
    
    Fixes a number of AJUST-ARRAY.* tests in Paul Dietz's ANSI compliance
    suite.
    7862b94e
    History
    emarsden authored
    Two unrelated fixes to ADJUST-ARRAY:
    
      - (adjust-array (make-array nil :initial-element 'zob) nil)
        was losing the :initial-element information
    
      - ADJUST-ARRAY was sometimes returning the same array despite
        ADJUSTABLE-ARRAY-P returning nil for that array (fix from SBCL)
    
    Fixes a number of AJUST-ARRAY.* tests in Paul Dietz's ANSI compliance
    suite.