hello, I would like to test araneida with TBNL. so i start slime :
CL-USER> (asdf:operate 'asdf:load-op :tbnl)
CL-USER> (asdf:operate 'asdf:load-op :araneida)
CL-USER> (find-class 'tbnl:tbnl-araneida-handler) There is no class named TBNL:TBNL-ARANEIDA-HANDLER. [Condition of type SIMPLE-ERROR]
Restarts: 0: [ABORT] Abort handling SLIME request. 1: [TERMINATE-THREAD] Terminate this thread (#<THREAD "repl-thread" {98EA1D1}>)
Backtrace: 0: (SB-PCL::FIND-CLASS-FROM-CELL TBNL:TBNL-ARANEIDA-HANDLER (NIL #<FUNCTION (LAMBDA #) {1014ECD}>) T) 1: (SB-INT:EVAL-IN-LEXENV (FIND-CLASS (QUOTE TBNL:TBNL-ARANEIDA-HANDLER)) #<NULL-LEXENV>)
someone know why i have this error ?
PS : i use SBCL 0.9.4.65 (Debian), araneida 0.9-a2, and tbnl 0.8.1
thanks for any help
regards