From cmucl-devel at common-lisp.net Mon May 8 21:07:54 2006 From: cmucl-devel at common-lisp.net (cmucl) Date: Mon, 08 May 2006 21:07:54 -0000 Subject: [cmucl-ticket] Re: [cmucl] #1: prin1 and ~E produce different outputs. In-Reply-To: <076.7db2c3e210ca4a70e65ce806121e729d@common-lisp.net> References: <076.7db2c3e210ca4a70e65ce806121e729d@common-lisp.net> Message-ID: <085.81dcd43fb69e2d3cf1bdbdf7bbfe377b@common-lisp.net> #1: prin1 and ~E produce different outputs. ------------------------+--------------------------------------------------- Reporter: anonymous | Owner: rtoy Type: defect | Status: assigned Priority: minor | Milestone: Component: Core | Version: Resolution: | Keywords: printing ------------------------+--------------------------------------------------- Changes (by rtoy): * status: new => assigned * owner: somebody => rtoy -- Ticket URL: cmucl cmucl From cmucl-devel at common-lisp.net Tue May 9 13:04:27 2006 From: cmucl-devel at common-lisp.net (cmucl) Date: Tue, 09 May 2006 13:04:27 -0000 Subject: [cmucl-ticket] [cmucl] #3: without-package-locks doesn't work with defmacro Message-ID: <076.8488880d38e34cbd237b85c33fca5b41@common-lisp.net> #3: without-package-locks doesn't work with defmacro --------------------+------------------------------------------------------- Reporter: rtoy | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: Core | Version: 19c Keywords: | --------------------+------------------------------------------------------- Reported in cmucl-help, 2006/04/30: {{{ (in-package "CL-USER") (ext:without-package-locks (defmacro mp::with-process-lock ((lock) &body body) `(mp:with-lock-held (,lock) , at body))) }}} The above produces an error about a locked package, even though there's a without-package-locks. -- Ticket URL: cmucl cmucl From cmucl-devel at common-lisp.net Tue May 9 13:05:46 2006 From: cmucl-devel at common-lisp.net (cmucl) Date: Tue, 09 May 2006 13:05:46 -0000 Subject: [cmucl-ticket] Re: [cmucl] #1: prin1 and ~E produce different outputs. In-Reply-To: <076.7db2c3e210ca4a70e65ce806121e729d@common-lisp.net> References: <076.7db2c3e210ca4a70e65ce806121e729d@common-lisp.net> Message-ID: <085.621c2dbbafebd8aa54d08c6604cdc66f@common-lisp.net> #1: prin1 and ~E produce different outputs. ------------------------+--------------------------------------------------- Reporter: anonymous | Owner: rtoy Type: defect | Status: assigned Priority: minor | Milestone: Component: Core | Version: 19c Resolution: | Keywords: printing ------------------------+--------------------------------------------------- Changes (by rtoy): * version: => 19c -- Ticket URL: cmucl cmucl From cmucl-devel at common-lisp.net Tue May 23 20:34:22 2006 From: cmucl-devel at common-lisp.net (cmucl) Date: Tue, 23 May 2006 20:34:22 -0000 Subject: [cmucl-ticket] [cmucl] #4: symbol-macrolet + ignorable causes internal compiler error. Message-ID: <076.be6c86014450e198a70ee5b55e187c25@common-lisp.net> #4: symbol-macrolet + ignorable causes internal compiler error. --------------------+------------------------------------------------------- Reporter: rtoy | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: Core | Version: 19c Keywords: | --------------------+------------------------------------------------------- The following causes an internal type error in the compiler because the compiler was expecting some kind of list: {{{ * (symbol-macrolet ((a 42)) (declare (ignorable a)) 4711) Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER: (SYSTEM:MACRO . 42) is not of type C::LAMBDA-VAR [Condition of type TYPE-ERROR] }}} Reported on cmucl-imp, 2006/05/20. -- Ticket URL: cmucl cmucl