#199: RESTAS:START fails in MOP:INITIAL-DISCRIMINATING-FUNCTION ------------------------------+--------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: assigned Priority: critical | Milestone: 1.0.2 Component: (A)MOP | Version: 1.1.0-dev Keywords: quicklisp restas | ------------------------------+--------------------------------------------- Changes (by https://www.google.com/accounts/o8/id?id=aitoawnthushznrlieuamks3fxvzisibfmu...): * priority: major => critical * version: 1.0.1 => 1.1.0-dev Comment: After applying the [http://slack.net/~evenson/abcl/cffi/ CFFI patch] to enable Hunchentoot to use CL+SSL, then load RESTAS via Quicklisp, evaluation of the following form shows the problem in our MOP {{{ (let* ((package (format nil "not.org.~A" (gensym))) (module (restas:define-module package)) (pkg-submodule (make-instance 'restas::pkg-submodule :module module))) (restas:submodule-routes pkg-submodule)) }}} -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/199#comment:3> armedbear <http://common-lisp.net/project/armedbear> armedbear