From iolib-devel at common-lisp.net Sun Apr 12 10:16:32 2009 From: iolib-devel at common-lisp.net (IOLib) Date: Sun, 12 Apr 2009 10:16:32 -0000 Subject: [iolib-ticket] [IOLib] #1: IOLib won't compile in systems with (setq *print-case* :downcase) Message-ID: <070.3f294cecf0d5d9f1ccd5e4fbaba2a6ce@common-lisp.net> #1: IOLib won't compile in systems with (setq *print-case* :downcase) -----------------------------------+---------------------------------------- Reporter: jmbr at superadditive.com | Owner: sionescu Type: defect | Status: new Priority: major | Component: iolib Version: | Keywords: -----------------------------------+---------------------------------------- Latest IOLib from Git assumes symbol names are in uppercase and this results in unsuccessful compilation. The attached patch fixes this problem. -- Ticket URL: IOLib a CommonLisp I/O library From iolib-devel at common-lisp.net Sun Apr 12 10:55:31 2009 From: iolib-devel at common-lisp.net (IOLib) Date: Sun, 12 Apr 2009 10:55:31 -0000 Subject: [iolib-ticket] [IOLib] #1: IOLib won't compile in systems with (setq *print-case* :downcase) In-Reply-To: <070.3f294cecf0d5d9f1ccd5e4fbaba2a6ce@common-lisp.net> References: <070.3f294cecf0d5d9f1ccd5e4fbaba2a6ce@common-lisp.net> Message-ID: <079.7d09ecb408e28f349e054a5ef9926491@common-lisp.net> #1: IOLib won't compile in systems with (setq *print-case* :downcase) -----------------------------------+---------------------------------------- Reporter: jmbr at superadditive.com | Owner: sionescu Type: defect | Status: closed Priority: major | Component: iolib Version: | Resolution: fixed Keywords: | -----------------------------------+---------------------------------------- Changes (by sionescu): * status: new => closed * resolution: => fixed Comment: Thanks for the report. I've applied a somehow different fix. -- Ticket URL: IOLib a CommonLisp I/O library