From 42fb2c551c264e849738cf5ab1ff69d763328b3a Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Thu, 11 Mar 2010 08:33:59 +0000 Subject: [PATCH] 1.0.36.17: SB-INTROSPECT building without SB-EVAL Patch by: Stas Boukarev Fixes Launchpad bug #535658. --- NEWS | 2 ++ contrib/sb-introspect/test-driver.lisp | 1 + version.lisp-expr | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ee003e1..9630737 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,8 @@ changes relative to sbcl-1.0.36: upgraded element type derived. (lp#316078) * bug fix: SB-SPROF allocation profiling for all threads failed to profile threads started during profiling. (lp#472499) + * bug fix: SB-INTROSPECT test failure when building without SB-EVAL feature. + (lp#535658) changes in sbcl-1.0.36 relative to sbcl-1.0.35: * new feature: SB-EXT:TYPEXPAND-1, SB-EXT:TYPEXPAND, and diff --git a/contrib/sb-introspect/test-driver.lisp b/contrib/sb-introspect/test-driver.lisp index 2d94f11..5097949 100644 --- a/contrib/sb-introspect/test-driver.lisp +++ b/contrib/sb-introspect/test-driver.lisp @@ -413,6 +413,7 @@ ;; Interpreted functions +#+sb-eval (deftest function-type.8 (type-equal (function-type (interpret (lambda (x) (declare (fixnum x)) x))) '(function (&rest t) *)) diff --git a/version.lisp-expr b/version.lisp-expr index ab57175..03e18d7 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,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.36.16" +"1.0.36.17" -- 1.7.10.4