#1: IOLib won't compile in systems with (setq *print-case* :downcase) -----------------------------------+---------------------------------------- Reporter: jmbr@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.
#1: IOLib won't compile in systems with (setq *print-case* :downcase) -----------------------------------+---------------------------------------- Reporter: jmbr@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.