[Openmcl-devel] Specializing on nil

Oliver Marković entrox at entrox.org
Sun Sep 21 05:26:16 PDT 2003


Sven Van Caekenberghe wrote:

> > Error in process listener(1): value #<EQL-SPECIALIZER NIL #x53807DE> 
> is not of the expected type (SATISFIES CCL::CLASSP).
> > While executing: CCL::INVALIDATE-INITARGS-VECTOR-FOR-GF
> > Type :POP to abort.
> Type :? for other options.
> 1 > :b
> (F0135B00) : 0 "CCL::INVALIDATE-INITARGS-VECTOR-FOR-GF" 72
> (F0135B10) : 1 "CCL::%ADD-STANDARD-METHOD-TO-STANDARD-GF" 264
> (F0135B20) : 2 "CCL::ENSURE-METHOD" 432
> (F0135B30) : 3 "CCL::LOAD-FROM-STREAM" 216
> (F0135B40) : 4 "CCL::%LOAD" 1300
> (F0135B60) : 5 NIL NIL
> (F0135B70) : 6 "LOAD" 640
> ...

Works for me in 0.14-030901

Welcome to OpenMCL Version (Alpha: Darwin) 0.14-030901!
? (compile-file "asdf.lisp")
#P"/Users/qgo/Coding/cvs/asdf/asdf.dfsl"
NIL
NIL
? (load "asdf.dfsl")
#P"/Users/qgo/Coding/cvs/asdf/asdf.dfsl"
? asdf:*asdf-revision*
(1 77)


But curiously, it doesn't work without compiling first:

? (load "asdf.lisp")
 > Error in process listener(1): Class named OPERATION not found.
 > While executing: FIND-CLASS


_______________________________________________
Openmcl-devel mailing list
Openmcl-devel at clozure.com
http://clozure.com/cgi-bin/mailman/listinfo/openmcl-devel



More information about the Openmcl-devel mailing list