#60: compile-file and export problem
--------------------+-------------------------------------------------------
Reporter: rtoy | Owner: somebody
Type: defect | Status: new
Priority: major | Milestone:
Component: Core | Version: 2012-05
Keywords: |
--------------------+-------------------------------------------------------
Put the following in a file and {{{compile-file}}}. This shouldn't cause
any problems but it does.
{{{
(defpackage fail (:use cl))
(in-package fail)
(defvar *x* '^)
(export *x*)
}}}
--
Ticket URL: <http://trac.common-lisp.net/cmucl/ticket/60>
cmucl <http://common-lisp.net/project/cmucl>
Cmucl is a high-performance, free Common Lisp implementation.
#52: UNICODE-COMPLETE-NAME misses a completion
----------------------+-----------------------------------------------------
Reporter: rtoy | Owner:
Type: defect | Status: reopened
Priority: minor | Milestone:
Component: Unicode | Version: 2012-01
Resolution: | Keywords:
----------------------+-----------------------------------------------------
Changes (by rtoy):
* status: closed => reopened
* resolution: fixed =>
Comment:
The commit has been reverted, unfixing this. While it fixed the immediate
issue, it has other issues like not being able to complete
#\hangul_syllable_.
I find that much more useful than not being able to complete #\no-
break_space.
--
Ticket URL: <http://trac.common-lisp.net/cmucl/ticket/52#comment:2>
cmucl <http://common-lisp.net/project/cmucl>
Cmucl is a high-performance, free Common Lisp implementation.