[armedbear-ticket] [armedbear] #56: Eliminate use of temporary files in COMPILE and COMPILE-FILE

armedbear armedbear-devel at common-lisp.net
Thu Apr 30 21:23:49 UTC 2009


#56: Eliminate use of temporary files in COMPILE and COMPILE-FILE
-------------------------+--------------------------------------------------
 Reporter:  ehuelsmann   |       Owner:  ehuelsmann
     Type:  enhancement  |      Status:  new       
 Priority:  major        |   Milestone:            
Component:  compiler     |     Version:            
 Keywords:               |  
-------------------------+--------------------------------------------------
 The functions COMPILE and COMPILE-FILE use temporary files for the class
 files generated by the compiler.

 However, COMPILE directly loads them back into memory and deletes the temp
 file, while COMPILE-FILE deletes the temp file after adding it to a ZIP
 archive.

 This ticket exists to indicate that infrastructure is required to better
 manage where output goes to, abstracting from the temp files.

-- 
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/56>
armedbear <http://common-lisp.net/project/armedbear>
armedbear


More information about the armedbear-ticket mailing list