Closed quicklisp closed 6 years ago
Can you try this again?
Doesn't help, sorry, since it's a compile-time warning, not a runtime warning.
You can see the problem if you try with sbcl and use :verbose t
on quickloading.
Ok, what about now?
Sorry, SBCL is too smart for that and can tell the call is to the same function as before.
God damnit. Worked wth CCL. Do you think something like
(let* ((fn (funcall (lambda () 'do-urlencode:urldecode)))
(path (funcall 'fn ...))
...)
has a chance?
Not sure, sorry. How about just leaving off the keyword argument entirely, since it is not available on the new API anyway?
Because if someone is using the old version without the keyword, the url parsing breaks quite often. But yeah, might as well just take it out.
K should be fixed. Thanks for the help.
I get this: