#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) }}}
#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.
armedbear-ticket@common-lisp.net