[slime-cvs] CVS slime

trittweiler trittweiler at common-lisp.net
Fri Jul 4 23:01:02 UTC 2008


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv21641

Modified Files:
	ChangeLog 
Log Message:

* slime-allegro.lisp (fspec-definition-locations): Workaround for
  the issue that Allegro does not record the source file location
  for methods defined inside a defgeneric form. The idea is that if
  the source location of a method is not found, then the defgeneric
  form is almost certainly the right place.


--- /project/slime/cvsroot/slime/ChangeLog	2008/07/04 22:56:08	1.1363
+++ /project/slime/cvsroot/slime/ChangeLog	2008/07/04 23:00:48	1.1364
@@ -1,9 +1,17 @@
+2008-07-04  Willem Broekema  <metawilm at gmail.com>
+
+	* slime-allegro.lisp (fspec-definition-locations): Workaround for
+	the issue that Allegro does not record the source file location
+	for methods defined inside a defgeneric form. The idea is that if
+	the source location of a method is not found, then the defgeneric
+	form is almost certainly the right place.
+
 2008-07-04  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	* slime.el (slime-call-defun): Properly signal error message when
 	used in a context that is not a function definition.
 
-2008-07-04  Richard M Kreuter <kreuter at progn.net>
+2008-07-04  Richard M Kreuter  <kreuter at progn.net>
 
 	* swank-sbcl.lisp (code-location-source-location),
 	(code-location-debug-source-name): Patched for incompatible
@@ -15,7 +23,7 @@
 	that. Also, don't insert package qualifier anymore if the inserted
 	qualifier is the same as the current REPL package.
 
-2008-07-02  Martin Simmons <martin at lispworks.com>
+2008-07-02  Martin Simmons  <martin at lispworks.com>
 	* swank-lispworks.lisp (install-debugger-globally): hook into the
 	environment globally to catch BREAK.
 
@@ -39,7 +47,7 @@
 	(slime-qualify-cl-symbol-name): Resurrected from the `slime-parse'
 	contrib, as they've been used by `slime-call-defun'.
 
-2008-06-02  Raymond Toy <toy.raymond at gmail.com>
+2008-06-02  Raymond Toy  <toy.raymond at gmail.com>
 
 	Unicode support for CMUCL.
 




More information about the slime-cvs mailing list