[CM] CM: sbcl schedule-object
andersvi at extern.uio.no
andersvi at extern.uio.no
Sat Jun 3 07:46:54 PDT 2006
Hi.
In src/sbcl.lisp, the (defgeneric schedule-object ...) doesnt
seem to be updated to new argument-count
And down in src/scheduler.scm, the last method-defintion puts 2
'start args in the lambda-list:
(define-method* (schedule-object (obj <pair>) start start sched)
;; CHANGE: this now calls its self recursivly as it should
(dolist (o obj) (schedule-object o start sched)))
-anders
More information about the Cmdist
mailing list