(NTH-VALUE 1000 (VALUES-LIST (MAKE-LIST 1001))) takes several hours
to compile.
-247: "incomplete conversion of stack parameters in #-SB-THREAD code"
- In 0.pre8.67/x86/nothreads, executing (ROOM) causes an error to
- be signalled:
- The variable SB-VM:CONTROL-STACK-END is unbound.
- (When this is fixed, the ROOM entries in tests/smoke.impure.lisp
- should be uncommented.)
-
248: "reporting errors in type specifier syntax"
(TYPEP 1 '(SYMBOL NIL)) says something about "unknown type
specifier".
(def!constant dynamic-0-space-end #x38000000)
(def!constant dynamic-1-space-start #x40000000)
- (def!constant dynamic-1-space-end #x48000000)
-
- (def!constant control-stack-start #x50000000)
- (def!constant control-stack-end #x51000000)
-
- (def!constant binding-stack-start #x60000000)
- (def!constant binding-stack-end #x61000000))
+ (def!constant dynamic-1-space-end #x48000000))
#!+sunos ; might as well start by trying the same numbers
(progn
(cl:in-package :cl-user)
;;; ROOM should run without signalling an error. (bug 247)
-#+nil (room)
-#+nil (room t)
-#+nil (room nil)
+(room)
+(room t)
+(room nil)
;;; DESCRIBE should run without signalling an error.
(defstruct to-be-described a b)
;;; 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".)
-"0.pre8.86"
+"0.pre8.87"