[slime-devel] Daily ChangeLog diff

Helmut Eller heller at common-lisp.net
Wed Feb 13 10:44:01 UTC 2013


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.2392 slime/ChangeLog:1.2393
--- slime/ChangeLog:1.2392	Fri Feb  8 06:11:34 2013
+++ slime/ChangeLog	Tue Feb 12 23:27:14 2013
@@ -1,3 +1,12 @@
+2013-02-13  Helmut Eller  <heller at common-lisp.net>
+
+	* swank-allegro.lisp (eval-in-frame): debugger:frame-var-name can
+	return nil; ignore those vars.
+
+	* slime.el (sldb-setup): Allegro somehow managed to enter sldb at
+	the same level twice.  Add an assertion that checks that the
+	condition is the same if sldb-level is the same as last time.
+
 2013-02-08  Helmut Eller  <heller at common-lisp.net>
 
 	* swank-lispworks.lisp (frame-package): Implemented.
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.571 slime/contrib/ChangeLog:1.572
--- slime/contrib/ChangeLog:1.571	Sun Feb 10 11:29:30 2013
+++ slime/contrib/ChangeLog	Tue Feb 12 23:45:03 2013
@@ -1,3 +1,12 @@
+2013-02-13  Helmut Eller  <heller at common-lisp.net>
+
+	* swank-kawa.scm (listener-loop): Use close-port instead of
+	close-output-port.  close-output-port startet to signal errors in
+	recent versions.
+	(listener): Stop taking stack-snapshots on caught exceptions as
+	it's too slow. It was always expensive and in Java7 it's
+	unbearably slow.
+
 2013-02-10  Stas Boukarev  <stassats at gmail.com>
 
 	* slime-repl.el (slime-open-stream-to-lisp): Use current




More information about the slime-devel mailing list