[slime-devel] Daily ChangeLog diff
Marco Baringer
mbaringer at common-lisp.net
Tue Dec 5 05:35:01 UTC 2006
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1009 slime/ChangeLog:1.1010
--- slime/ChangeLog:1.1009 Sun Nov 26 13:08:30 2006
+++ slime/ChangeLog Mon Dec 4 23:46:06 2006
@@ -1,3 +1,28 @@
+2006-12-05 Juho Snellman <jsnell at iki.fi>
+ Real xref support for SBCL (requires SBCL 1.0.0.18).
+
+ * swank-sbcl.lisp (who-calls): New function, fetch xref data from
+ sb-introspect.
+ (who-binds): Ditto.
+ (who-sets): Ditto.
+ (who-references): Ditto.
+ (who-macroexpands): Ditto.
+ (defxref): New macro, create the above functions.
+ (source-location-for-xref-data): New, map from sb-introspect xref
+ format to the Swank xref format.
+ (sanitize-xrefs): Map PCL method names to something more readable.
+ (string-path-snippet): New function, finds a more accurate source
+ snippet for definition source locations which have both an
+ :emacs-string and a full source path available. Otherwise the xref
+ location would point to the toplevel form rather than the exact
+ form for functions compiled with C-c C-c.
+ (source-file-position): New function, somewhat like
+ source-path-file-position but uses the source-file cache, handles
+ missing form-paths more gracefully.
+ (make-definition-source-location): Use the above two functions.
+ (sbcl-with-xref-p): New function, detect whether SBCL has xref support
+ for backwards compability.
+
2006-11-26 Juho Snellman <jsnell at iki.fi>
* swank-source-file-cache.lisp (buffer-first-change): Check
More information about the slime-devel
mailing list