[Bese-devel] New fiveam error?

Mac Chan emailmac at gmail.com
Tue Apr 3 21:29:40 UTC 2007


I've seen the same thing on lw5.01 / linux32 (latest darcs checkout)

BTW, there is a missing eval-when in fiveam/t/suite.lisp

< (unless (get-test :it.bese)
<   (def-suite :it.bese))
---
> (eval-when (:compile-toplevel :load-toplevel :execute)
>   (unless (get-test :it.bese)
>     (def-suite :it.bese)))

Thanks

;;; Compiling file fiveam/t/tests.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 0
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is  on
;;; Cross referencing is on
; (TOP-LEVEL-FORM 1)
; (TOP-LEVEL-FORM 2)
; (TOP-LEVEL-FORM 3)
; (TOP-LEVEL-FORM 4)
; (TOP-LEVEL-FORM 5)
; (TOP-LEVEL-FORM 6)
; IT.BESE.FIVEAM::WITH-TEST-RESULTS
; (TOP-LEVEL-FORM 7)
; (TOP-LEVEL-FORM 8)
; (TOP-LEVEL-FORM 9)


**++++ Error in (TOP-LEVEL-FORM 10):
  Do not know how to fasl-dump #<TEST-SUITE TEST-SUITE 200AEFA3>.
No user-defined "make-load-form" method.
; (TOP-LEVEL-FORM 11)
; (TOP-LEVEL-FORM 12)
; (TOP-LEVEL-FORM 13)



More information about the bese-devel mailing list