[slime-devel] slime-lispworks.el 2009-09-02 regression

Madhu enometh at meer.net
Mon Sep 28 07:53:57 UTC 2009


This commit introduces a regression:

* 2009-09-02  Stas Boukarev  <stassats at gmail.com>
|
|	* swank-lispworks.lisp (replace-strings-with-symbols): New
|	function for recursively interning and replacing strings in a
|	list.  (arglist): Replace all strings in arglists with symbols.

For a test case, consider what LW returns for

	(function-lambda-list 'with-foo)

for a definition like

(defmacro with-foo ((var . args) &body body)
	`(let ((,var , at args)) , at body))

--
Madhu





More information about the slime-devel mailing list