From c4cd9fb2faf8976a44e0c88d9aa32f1a37ba59b6 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Mon, 9 May 2011 10:21:34 +0000 Subject: [PATCH] 1.0.48.1: WITH-COMPILATION-UNIT :SOURCE-NAMESTRING 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 | 5 +++++ version.lisp-expr | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a40d16e..2ef1d23 100644 --- 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. diff --git a/version.lisp-expr b/version.lisp-expr index 34db4f5..30c913f 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4