Hmm, then why didn't this propagate to quicklisp's release? I bet they try to keep on the edge of various libraries and eight months is a long time.<br><br>Juanjo<br><br><div class="gmail_quote">On Wed, Aug 31, 2011 at 2:08 PM, Edi Weitz <span dir="ltr"><<a href="mailto:edi@weitz.de">edi@weitz.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I was going to apply your patch this morning, but I just realized this<br>
had already been done eight months ago... :)<br>
<br>
  <a href="http://bknr.net/trac/changeset/4626/trunk/thirdparty/cl-unicode" target="_blank">http://bknr.net/trac/changeset/4626/trunk/thirdparty/cl-unicode</a><br>
<br>
Cheers,<br>
Edi.<br>
<br>
<br>
On Tue, Aug 9, 2011 at 11:13 AM, Juan Jose Garcia-Ripoll<br>
<div><div></div><div class="h5"><<a href="mailto:juanjose.garciaripoll@googlemail.com">juanjose.garciaripoll@googlemail.com</a>> wrote:<br>
> Sorry, wrong order of arguments to diff. Here goes the right one<br>
><br>
> On Tue, Aug 9, 2011 at 11:12 AM, Juan Jose Garcia-Ripoll<br>
> <<a href="mailto:juanjose.garciaripoll@googlemail.com">juanjose.garciaripoll@googlemail.com</a>> wrote:<br>
>><br>
>> I am sorry, I live behind a firewall and unblocking SVN is quite a hassle.<br>
>> Is it ok with the patch attached? It is against cl-unicode-0.1.1<br>
>><br>
>> juanjo<br>
>><br>
>> On Sun, Aug 7, 2011 at 1:44 PM, Edi Weitz <<a href="mailto:edi@agharta.de">edi@agharta.de</a>> wrote:<br>
>>><br>
>>> Hi Juanjo,<br>
>>><br>
>>> Thanks for the heads-up.  Can you send a diff against the BKNR<br>
>>> repository?  I'll review and apply it.<br>
>>><br>
>>> Thanks,<br>
>>> Edi.<br>
>>><br>
>>><br>
>>><br>
>>> On Tue, Aug 2, 2011 at 10:41 PM, Juan Jose Garcia-Ripoll<br>
>>> <<a href="mailto:juanjose.garciaripoll@googlemail.com">juanjose.garciaripoll@googlemail.com</a>> wrote:<br>
>>> > I reported a related problem some time ago<br>
>>> ><br>
>>> ><br>
>>> >  <a href="http://lists.common-lisp.net/pipermail/cl-ppcre-devel/2011-January/000706.html" target="_blank">http://lists.common-lisp.net/pipermail/cl-ppcre-devel/2011-January/000706.html</a><br>
>>> > However, instead of the values I supplied now cl-unicode is using<br>
>>> > :unspecific for the :type of a pathname.<br>
>>> > (defun dump-derived-tests ()<br>
>>> >   "Parses the Unicode data file \"DerivedCoreProperties.txt\" \(which<br>
>>> > is not used in read.lisp) and uses it to create a file<br>
>>> > \"derived-properties\" which will be used by CL-UNICODE-TEST."<br>
>>> >   (with-output-to-source-file (out (make-pathname :name<br>
>>> > "derived-properties"<br>
>>> >                                                   :type :unspecific<br>
>>> >                                                   :directory<br>
>>> > '(:relative :up<br>
>>> > "test"))<br>
>>> >                                    :no-header-p t)<br>
>>> > This is not supported by ECL, which uses NIL to represent an unfilled<br>
>>> > value<br>
>>> > (absent therefore). From the Hyperspec<br>
>>> > <a href="http://www.lispworks.com/documentation/HyperSpec/Body/19_bbbc.htm" target="_blank">http://www.lispworks.com/documentation/HyperSpec/Body/19_bbbc.htm</a><br>
>>> ><br>
>>> > A conforming program must never unconditionally use a :unspecific as<br>
>>> > the<br>
>>> > value of a pathname component because such a value is not guaranteed to<br>
>>> > be<br>
>>> > permissible in all implementations.<br>
>>> ><br>
>>> > Probably what you want to solve is the merge-pathnames above the code<br>
>>> > (in<br>
>>> > the macro), which might instead read<br>
>>> >   `(let* ((directory (make-pathname :name nil :type nil :version nil<br>
>>> > :defaults *this-file*))<br>
>>> >           (pathname (merge-pathnames ,relative-path directory))<br>
>>> > Cheers,<br>
>>> > Juanjo<br>
>>> > --<br>
>>> > Instituto de Física Fundamental, CSIC<br>
>>> > c/ Serrano, 113b, Madrid 28006 (Spain)<br>
>>> > <a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>
>>> ><br>
>>> > _______________________________________________<br>
>>> > cl-ppcre-devel site list<br>
>>> > <a href="mailto:cl-ppcre-devel@common-lisp.net">cl-ppcre-devel@common-lisp.net</a><br>
>>> > <a href="http://common-lisp.net/mailman/listinfo/cl-ppcre-devel" target="_blank">http://common-lisp.net/mailman/listinfo/cl-ppcre-devel</a><br>
>>> ><br>
>>><br>
>>> _______________________________________________<br>
>>> cl-ppcre-devel site list<br>
>>> <a href="mailto:cl-ppcre-devel@common-lisp.net">cl-ppcre-devel@common-lisp.net</a><br>
>>> <a href="http://common-lisp.net/mailman/listinfo/cl-ppcre-devel" target="_blank">http://common-lisp.net/mailman/listinfo/cl-ppcre-devel</a><br>
>><br>
>><br>
>><br>
>> --<br>
>> Instituto de Física Fundamental, CSIC<br>
>> c/ Serrano, 113b, Madrid 28006 (Spain)<br>
>> <a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>
><br>
><br>
><br>
> --<br>
> Instituto de Física Fundamental, CSIC<br>
> c/ Serrano, 113b, Madrid 28006 (Spain)<br>
> <a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>
><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>