1.0.36.17: SB-INTROSPECT building without SB-EVAL
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 11 Mar 2010 08:33:59 +0000 (08:33 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 11 Mar 2010 08:33:59 +0000 (08:33 +0000)
 Patch by: Stas Boukarev <stassats@gmail.com>

 Fixes Launchpad bug #535658.

NEWS
contrib/sb-introspect/test-driver.lisp
version.lisp-expr

diff --git a/NEWS b/NEWS
index ee003e1..9630737 100644 (file)
--- 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
index 2d94f11..5097949 100644 (file)
 
 ;; Interpreted functions
 
+#+sb-eval
 (deftest function-type.8
     (type-equal (function-type (interpret (lambda (x) (declare (fixnum x)) x)))
                 '(function (&rest t) *))
index ab57175..03e18d7 100644 (file)
@@ -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"