archimag / cl-routes

Common Lisp implementation of the routes system for mapping URL's
http://code.google.com/p/cl-routes/
Other
27 stars 10 forks source link

ASDF error when attempting to run unit tests #4

Open catap opened 11 months ago

catap commented 11 months ago

An attempt to run unit test on SBCL-2.3.10 fails like this:

:info:test Unhandled UIOP/UTILITY:PARAMETER-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
:info:test                                                     {10014E80A3}>:
:info:test   :FORCE and :FORCE-NOT arguments not allowed in a nested call to ASDF/OPERATE:OPERATE unless identically to toplevel
archimag commented 11 months ago

@catap Do you still use lisp? I am impressed :) I had't touch CL for many years... So if you can fix that then I will merge.

catap commented 11 months ago

I know that you'll have smile when you've read it! Yes, I do support some lisp time to times, mainly at MacPorts :)

As for PR.. well.. maybe, I'll do it one day, but no promises.