[armedbear-ticket] [armedbear] #147: *PRINT-CASE* setting affects compiler

armedbear armedbear-devel at common-lisp.net
Mon May 2 04:06:10 UTC 2011


#147: *PRINT-CASE* setting affects compiler
----------------------+-----------------------------------------------------
 Reporter:  mevenson  |       Owner:  ehuelsmann
     Type:  defect    |      Status:  new       
 Priority:  critical  |   Milestone:  0.26      
Component:  compiler  |     Version:  1.0       
 Keywords:  compiler  |  
----------------------+-----------------------------------------------------
 As [http://article.gmane.org/gmane.lisp.armedbear.devel/1887 reported by
 Dan Corkill]:

 The compiler is badly affected with *PRINT-CASE* set to :DOWNCASE,
 seemingly failing to look up internal definitions.

 {{{
 (in-package :cl-user)

 (eval-when (:compile-toplevel :load-toplevel :execute)
  (setf *print-case* ':downcase))

 (defstruct rec a b)
 }}}

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


More information about the armedbear-ticket mailing list