[armedbear-ticket] [armedbear] #156: Readtime macro compiler error

armedbear armedbear-devel at common-lisp.net
Thu Jul 7 11:46:44 UTC 2011


#156: Readtime macro compiler error
----------------------+-----------------------------------------------------
 Reporter:  mevenson  |       Owner:  ehuelsmann
     Type:  defect    |      Status:  new       
 Priority:  blocker   |   Milestone:  0.26      
Component:  compiler  |     Version:            
 Keywords:  ironclad  |  
----------------------+-----------------------------------------------------

Comment(by mevenson):

 From what I can understand, r13274 introduced the binding of *PRINT-
 READABLY* for everything output by DUMP-FORM which in turn calls
 LispObject.writeToString().  But SimpleArray_UnsignedByte32.java signals
 an error if asked to writeToString() with *PRINT-READABLY* being non-NIL.

 Is this because a READ of this form does not necessarily return an
 underlying type of (UNSIGNED_BYTE (0 32)) on say an array of all zeros?

-- 
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/156#comment:3>
armedbear <http://common-lisp.net/project/armedbear>
armedbear


More information about the armedbear-ticket mailing list