On Fri, Jul 06, 2007 at 10:44:58AM -0400, Ben Hayden wrote:
Below is a traceback illustrating that the server entry point to philip-jose http://www.cliki.net/philip-jose fails with the latest version of iolib due to a type mismatch. The default external-format, :default, is invalid.
this has been fixed in the darcs repo; I'll do a new release this weekend, but if you're impatient you can download it from here: http://common-lisp.net/project/iolib/darcs/iolib
btw, when I tried to load philip-jose sbcl HEAD(1.0.7.13) gave me this:
There is no class named PHILIP-JOSE::BINARY-HEAP. 0: (SB-PCL::FIND-CLASS-FROM-CELL PHILIP-JOSE::BINARY-HEAP NIL T) 1: ((SB-PCL::FAST-METHOD MAKE-INSTANCE (SYMBOL)) #<unavailable argument> #<unavailable argument> PHILIP-JOSE::BINARY-HEAP) 2: (SB-FASL::FOP-FUNCALL) 3: (SB-FASL::LOAD-FASL-GROUP #<SB-SYS:FD-STREAM for "file /home/hechee/.sbcl/lib/sbcl/philip-jose/local-tasks.fasl" {ACE2C41}>)
perhaps a missing eval-when or an sbcl bug ?