[alexandria-devel] starts-with and starts-with-subseq argument order
Attila Lendvai
attila.lendvai at gmail.com
Mon Nov 26 13:52:42 UTC 2007
dear list,
i've made a silly mistake and defined starts-with-subseq so that the
order or the arguments is the opposite of starts-with:
(defun starts-with (object sequence &key (test #'eql) (key #'identity))
(defun ends-with-subseq (sequence suffix &key (test #'eql))
i will correct this mistake if there's no objection, but this will
break backward compatibility (there were no releases since the patch
was added).
please speak up if it's not desirable!
--
attila
More information about the alexandria-devel
mailing list