From ch-lisp at bobobeach.com Mon Dec 6 16:54:32 2010 From: ch-lisp at bobobeach.com (Cyrus Harmon) Date: Mon, 6 Dec 2010 08:54:32 -0800 Subject: [cl-store-devel] cl-store type error Message-ID: <70D739AE-11AC-4F71-8913-2353016C38DB@bobobeach.com> Using cl-store from quicklisp, I get the following error when attempting to load cl-store: The value ((#.SB-EXT:SINGLE-FLOAT-POSITIVE-INFINITY . 0) (#.SB-EXT:SINGLE-FLOAT-NEGATIVE-INFINITY . 1) (# . 2)) is not of type NULL. [Condition of type TYPE-ERROR] Restarts: 0: [RETRY] Retry loading component ("cl-store"). 1: [ACCEPT] Continue, treating loading component ("cl-store") as having been successful. 2: [RETRY] Retry SLIME REPL evaluation request. 3: [*ABORT] Return to SLIME's top level. 4: [TERMINATE-THREAD] Terminate this thread (#) Backtrace: 0: (CL-STORE::SETUP-SPECIAL-FLOATS) Locals: #:G262 = : #:G264 = : #:G266 = : #:G268 = ((#.SB-EXT:SINGLE-FLOAT-POSITIVE-INFINITY . 0) ..) 1: ((SB-PCL::FAST-METHOD ASDF:PERFORM :AFTER (ASDF:LOAD-OP (EQL (ASDF:FIND-SYSTEM :CL-STORE)))) # # # #) 2: ((SB-PCL::EMF ASDF:PERFORM) # # # #) 3: ((LAMBDA ())) 4: ((FLET SB-THREAD::WITH-RECURSIVE-LOCK-THUNK)) 5: ((FLET #:WITHOUT-INTERRUPTS-BODY-[CALL-WITH-RECURSIVE-LOCK]324)) 6: (SB-THREAD::CALL-WITH-RECURSIVE-LOCK ..) 7: ((FLET SB-C::WITH-IT)) 8: ((SB-PCL::FAST-METHOD ASDF:OPERATE (T T)) # # ASDF:LOAD-OP CL-STORE) 9: (SB-INT:SIMPLE-EVAL-IN-LEXENV (ASDF:OOS 'ASDF:LOAD-OP 'CL-STORE) #) 10: (SWANK::EVAL-REGION "(asdf:oos 'asdf:load-op 'cl-store)\n") it's quite possible this is an SBCL problem, but, so far, I'm only seeing this with cl-store. I'll keep digging and write back when I have more information. Cyrus From asgeir at copyleft.no Wed Dec 8 16:07:35 2010 From: asgeir at copyleft.no (=?ISO-8859-1?Q?Asgeir_Bj=F8rlykke?=) Date: Wed, 08 Dec 2010 17:07:35 +0100 Subject: [cl-store-devel] cl-store type error Message-ID: <4CFFAD47.2090509@copyleft.no> > Using cl-store from quicklisp, I get the following error when > attempting to load cl-store: > The value > ((#.SB-EXT:SINGLE-FLOAT-POSITIVE-INFINITY . 0) > (#.SB-EXT:SINGLE-FLOAT-NEGATIVE-INFINITY . 1) > (# . 2)) > is not of type > NULL. > [Condition of type TYPE-ERROR] I'm seeing the same problem on sbcl 1.0.45, but not on 1.0.44 Asgeir