[armedbear-ticket] [armedbear] #147: *PRINT-CASE* setting affects compiler
#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
#147: *PRINT-CASE* setting affects compiler -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: closed Priority: critical | Milestone: 0.26 Component: compiler | Version: 1.0 Resolution: fixed | Keywords: compiler -----------------------+---------------------------------------------------- Changes (by ehuelsmann): * status: new => closed * resolution: => fixed Comment: This ticket has been fixed. r13274. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/147#comment:1> armedbear <http://common-lisp.net/project/armedbear> armedbear
participants (1)
-
armedbear