[cmucl-ticket] [cmucl] #60: compile-file and export problem

cmucl cmucl-devel at common-lisp.net
Sun May 6 02:07:22 UTC 2012


#60: compile-file and export problem
--------------------+-------------------------------------------------------
 Reporter:  rtoy    |       Owner:  somebody
     Type:  defect  |      Status:  new     
 Priority:  major   |   Milestone:          
Component:  Core    |     Version:  2012-05 
 Keywords:          |  
--------------------+-------------------------------------------------------
 Put the following in a file and {{{compile-file}}}. This shouldn't cause
 any problems but it does.
 {{{
 (defpackage fail (:use cl))
 (in-package fail)
 (defvar *x* '^)
 (export *x*)
 }}}

-- 
Ticket URL: <http://trac.common-lisp.net/cmucl/ticket/60>
cmucl <http://common-lisp.net/project/cmucl>
Cmucl is a high-performance, free Common Lisp implementation.


More information about the cmucl-ticket mailing list