1.0.48.1: WITH-COMPILATION-UNIT :SOURCE-NAMESTRING
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 9 May 2011 10:21:34 +0000 (10:21 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 9 May 2011 10:21:34 +0000 (10:21 +0000)
  Allows specifying an alternate namestring to use for debug-source.

  This will help us get redefinition warnings working nicely with C-c C-c in
  Slime.

NEWS
version.lisp-expr

diff --git a/NEWS b/NEWS
index a40d16e..2ef1d23 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
 ;;;; -*- coding: utf-8; fill-column: 78 -*-
+changes relative to sbcl-1.0.48:
+  * enhancement: WITH-COMPILATION-UNIT :SOURCE-NAMESTRING allows providing
+    virtual source-file information, eg. overriding input-file of COMPILE-FILE
+    when a temporary file is used for compilation.
+
 changes in sbcl-1.0.48 relative to sbcl-1.0.47:
   * incompatible change: SB!KERNEL:INSTANCE-LAMBDA, deprecated for over five
     years, is now no longer supported.
index 34db4f5..30c913f 100644 (file)
@@ -20,4 +20,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.48"
+"1.0.48.1"