Tomo Matsumoto wrote:
> With the latest codes from darcs, defining a persistent class with a
> slot with an accessor invokes an error like "There is no class named
> CLASS-NAME.".
>
> Here is an example.
>
> (open-store '(:BDB "/path/to/db"))
> (defpclass new-class () ((slot1 :accessor slot1)))
>
> ; There is no class named NEW-CLASS.
> ;    [Condition of type SIMPLE-ERROR]
> ;
> ; Restarts:
> ;  0: [ABORT] Return to SLIME's top level.
> ;  1: [TERMINATE-THREAD] Terminate this thread (#<THREAD "worker"
> RUNNING {A99C9E9}>)

This annoying bug is fixed in the 1.0 trunk now.

  Leslie

-- 
http://www.linkedin.com/in/polzer


_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

Reply via email to