Sbcl 1.0.22 - failed to test cllib - lisp

This is a discussion on Sbcl 1.0.22 - failed to test cllib - lisp ; just did (require :cllib) Error was: The value ":,/|" is not of type (OR (SIMPLE-ARRAY CHARACTER #1=(5)) (SIMPLE-ARRAY NIL #1#) (SIMPLE-BASE-STRING 5)). [Condition of type TYPE-ERROR] Restarts: 0: [ABORT] Return to SLIME's top level. 1: [TERMINATE-THREAD] Terminate this thread (#<THREAD ...

+ Reply to Thread
Results 1 to 2 of 2

Sbcl 1.0.22 - failed to test cllib

  1. Default Sbcl 1.0.22 - failed to test cllib

    just did (require :cllib)
    Error was:

    The value ":,/|"
    is not of type
    (OR (SIMPLE-ARRAY CHARACTER #1=(5)) (SIMPLE-ARRAY NIL #1#)
    (SIMPLE-BASE-STRING 5)).
    [Condition of type TYPE-ERROR]

    Restarts:
    0: [ABORT] Return to SLIME's top level.
    1: [TERMINATE-THREAD] Terminate this thread (#<THREAD "repl-thread"
    RUNNING {B305101}>)

    Backtrace:
    0: (SB-C::%COMPILE-TIME-TYPE-ERROR (":,/|") (OR (SIMPLE-ARRAY
    CHARACTER #1=(5)) (SIMPLE-ARRAY NIL #1#) ..
    1: (SB-C::%COMPILE-TIME-TYPE-ERROR (":,/|") (OR (SIMPLE-ARRAY
    CHARACTER #1=(5)) (SIMPLE-ARRAY NIL #1#) ..
    2: (CLLIB:STRING->DTTM "06 Feb 2002 18:22:58 +0100")[:EXTERNAL]
    3: ((FLET CLLIB::TS) 3222004978 "06 Feb 2002 18:22:58 +0100")
    4: (CLLIB::TEST-DATE)[:EXTERNAL]
    5: (SB-INT:SIMPLE-EVAL-IN-LEXENV (CLLIB::TEST-DATE) #<NULL-LEXENV>)



    Tests file is:
    ;;; $Id: tests.lisp,v 2.44 2007/01/03 17:33:12 sds Exp $
    ;;; $Source: /cvsroot/clocc/clocc/src/cllib/tests.lisp,v $

    Base.lisp is:
    ;;; $Id: base.lisp,v 2.19 2005/01/27 23:03:05 sds Exp $
    ;;; $Source: /cvsroot/clocc/clocc/src/cllib/base.lisp,v $

  2. Default Re: Sbcl 1.0.22 - failed to test cllib - I think it is a bug

    A found no declarations around which would say that the string should
    have length of 5



+ Reply to Thread