[Bese-devel] new WHILE and UNTIL in arnesi conflict with iterates', and request-loop-error.lisp compile-op error
Dan Beauchesne
dbeauchesne at gmail.com
Fri Jun 23 01:04:37 UTC 2006
Hi list,
Sorry about the dupe-- my mta reported an error, I thought it didn't
get sent the first time.
I noticed the WHILE and UNTIL problem was patched, and the new error
is...:
yaclml, arnesi, ucw_dev as of 10 minutes ago, SBCL 0.9.13.47.
; file: /home/dan/src/ucw_dev/src/control.lisp
; in: DEFMETHOD IT.BESE.UCW::MAKE-BACKEND ((EQL :ARANEIDA)) => IT.BESE.UCW::DEFAULT-URL IT.BESE.UCW::ARANEIDA-SERVER
; (IT.BESE.UCW::DEFAULT-URL IT.BESE.UCW::ARANEIDA-SERVER)
;
; caught STYLE-WARNING:
; undefined function: IT.BESE.UCW::DEFAULT-URL
; file: /home/dan/src/ucw_dev/src/rerl/standard-request-context.lisp
; in:
; DEFMETHOD IT.BESE.UCW::QUERY-PATH-SANS-PREFIX (IT.BESE.UCW::STANDARD-REQUEST-CONTEXT)
; (IT.BESE.UCW::MAKE-DISPLACED-ARRAY
; (IT.BESE.UCW::QUERY-PATH (IT.BESE.UCW:CONTEXT.REQUEST IT.BESE.UCW::CONTEXT))
; (LENGTH
; (IT.BESE.UCW::APPLICATION.URL-PREFIX
; (IT.BESE.UCW::CONTEXT.APPLICATION IT.BESE.UCW::CONTEXT))))
;
; caught STYLE-WARNING:
; undefined function: IT.BESE.UCW::MAKE-DISPLACED-ARRAY
; file: /home/dan/src/ucw_dev/src/rerl/standard-dispatcher.lisp
; in:
; DEFMETHOD IT.BESE.UCW::HANDLER-HANDLE (IT.BESE.UCW::PARENSCRIPT-HANDLER
; IT.BESE.UCW:STANDARD-APPLICATION
; IT.BESE.UCW::STANDARD-REQUEST-CONTEXT
; T)
; (IT.BESE.UCW:SERVE-SEQUENCE IT.BESE.UCW::CACHED-JAVASCRIPT
; :LAST-MODIFIED
; IT.BESE.UCW::LAST-COMPILED
; :CONTENT-TYPE
; "text/javascript")
;
; caught STYLE-WARNING:
; undefined function: IT.BESE.UCW:SERVE-SEQUENCE
; file: /home/dan/src/ucw_dev/src/components/form.lisp
; in: DEFMETHOD IT.BESE.UCW:RENDER (IT.BESE.UCW:CHECKBOX-FIELD)
; (IT.BESE.UCW::WIDGET-COMPONENT.CSS-CLASS IT.BESE.UCW::FIELD)
;
; caught STYLE-WARNING:
; undefined function: IT.BESE.UCW::WIDGET-COMPONENT.CSS-CLASS
;
; caught STYLE-WARNING:
; These functions are undefined:
; IT.BESE.UCW::DEFAULT-URL IT.BESE.UCW::MAKE-DISPLACED-ARRAY IT.BESE.UCW:SERVE-SEQUENCE IT.BESE.UCW::WIDGET-COMPONENT.CSS-CLASS
;
; compilation unit finished
; caught 13 STYLE-WARNING conditions
; printed 728 notes
debugger invoked on a TYPE-ERROR in thread #<THREAD "initial thread" {B29B0D1}>:
The value #P"/etc/ucw/applications.d/" is not of type SEQUENCE.
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Exit debugger, returning to top level.
(LENGTH #P"/etc/ucw/applications.d/")
0]
Hope this helps,
--
Dan Beauchesne
dbeauchesne -at- gmail -dot- com
More information about the bese-devel
mailing list