Number: 1626

Date: 12-Jul-84  2':53':43

Submitter: le.pasa

Source:  Patty Poduska (Poduska.pasa)

Subject:  CMLARRAY package bug

Assigned To: JonL

Attn: Release

Status: Declined

In/By: 

Problem Type: Documentation

Impact: Minor

Difficulty: Easy

Frequency: Everytime

Priority: Perhaps

System: Language Support

Subsystem: Storage Formats/Mgt

Machine: 

Disk: 

Lisp Version: 

Source Files: 

Microcode Version: 

Memory Size: 

File Server: 

Server Software Version: 

Disposition: The given behaviour is correct -- the examples don''t follow the conventions established on the first page of the documentation.  -- JonL -- 7/12/84'
["JonL.pa" " 7-Sep-84 23':00':41" Attn':]

Description: '
                    '
	Additional values for MAKEARRAY'
	cause a break':'
'
		(SETQ IT (MAKEARRAY ''(2 3 4) '
		''ELEMENTTYPE ''DISPLACEDTOBASE)'
'
	   ← "Bad type specifier ''DISPLACEDTOBASE"'
'
		(SETQ IT (MAKEARRAY ''(2 3 4)'
		''ELEMENTTYPE ''ALIGNMENT)'
'
	   ← "Bad type specifier ''ALIGNMENT"'
'
	However, the value  ''XPOINTER is OK!'
------------'
'
-Date': 10 JUL 84 22':04 PDT'
From': MASINTER.PA'
Subject': AR on CMLARRAY'
To':   Poduska.pasa'
cc':   le.pasa'
'
This must be a problem of type DOCUMENATATION, since your examples aren''t correct and the error messages generated are what they should be.'
'
Following elementtype is supposed to be a ''type'', of which XPOINTER is valid and the other examples you give are not.'
'
'


Workaround: 

Test Case: 

Edit-By: JonL.pa

Edit-Date:  7-Sep-84 23':00':41