[Ecls-list] Slime compilation error
Marko Kocić
marko.kocic at gmail.com
Thu Jun 3 09:44:13 UTC 2010
Latest changes to type-propagator seems to break slime. Here's the
excerpt from the log:
;;; Warning:
;;; in file swank-arglists.lisp, position 35661
;;; at (DEFMETHOD COMPUTE-ENRICHED-DECODED-ARGLIST ...)
;;; ! The variable OPERATOR-FORM is not used.
;;; Warning:
;;; in file swank-arglists.lisp, position 36307
;;; at (DEFMETHOD COMPUTE-ENRICHED-DECODED-ARGLIST ...)
;;; ! The variable OPERATOR-FORM is not used.
;;; Warning:
;;; in file swank-arglists.lisp, position 41264
;;; at (DEFMETHOD ARGLIST-DISPATCH ...)
;;; ! The variable OPERATOR is not used.
;;; Warning:
;;; in file swank-arglists.lisp, position 42437
;;; at (DEFMETHOD ARGLIST-DISPATCH ...)
;;; ! The variable OPERATOR is not used.
;;; Warning:
;;; in file swank-arglists.lisp, position 53544
;;; at (DEFGENERIC EXTRACT-LOCAL-OP-ARGLISTS ...)
;;; ! The variable OPERATOR is not used.
;;; Warning:
;;; in file swank-arglists.lisp, position 53544
;;; at (DEFGENERIC EXTRACT-LOCAL-OP-ARGLISTS ...)
;;; ! The variable OPERATOR is not used.
;;; Warning:
;;; in file swank-arglists.lisp, position 53544
;;; at (DEFGENERIC EXTRACT-LOCAL-OP-ARGLISTS ...)
;;; ! The variable OPERATOR is not used.
;;; End of Pass 1.
;;; Note:
;;; Refusing to propagate FUNCTION
;;; Note:
;;; Refusing to propagate PSETQ
;;; Note:
;;; Refusing to propagate FUNCALL
;;; Note:
;;; Refusing to propagate C-INLINE
;;; Note:
;;; Refusing to propagate LOAD-TIME-VALUE
;;; Note:
;;; Refusing to propagate LOAD-TIME-VALUE
;;; Note:
;;; Refusing to propagate C-INLINE
;;; Note:
;;; Refusing to propagate FUNCTION
;;; Note:
;;; Refusing to propagate FUNCTION
;;; Note:
;;; Refusing to propagate FUNCTION
;;; Note:
;;; Refusing to propagate RPLACD
;;; Note:
;;; Refusing to propagate RPLACD
;;; Error:
;;; * The argument 2 of function GETHASH has type
;;; NULL
;;; instead of expected
;;; HASH-TABLE;;
;; Error while compiling
/home/markko/.emacs.d/slime/contrib/swank-arglists.lisp:
;; COMPILE-FILE returned NIL.
;; Aborting.
;;
Restart ABORT is not active.
Available restarts:
1. (RESTART-TOPLEVEL) Go back to Top-Level REPL.
Broken at SWANK-LOADER::HANDLE-SWANK-LOAD-ERROR. In: #<process
SI:TOP-LEVEL 0000000000743f60>.
File: #P"/home/markko/cvstree/clbuild/source/slime/swank-loader.lisp"
(Position #NIL)
>>
More information about the ecl-devel
mailing list