Sorry, wrong order of arguments to diff. Here goes the right one<br><br><div class="gmail_quote">On Tue, Aug 9, 2011 at 11:12 AM, Juan Jose Garcia-Ripoll <span dir="ltr"><<a href="mailto:juanjose.garciaripoll@googlemail.com">juanjose.garciaripoll@googlemail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I am sorry, I live behind a firewall and unblocking SVN is quite a hassle. Is it ok with the patch attached? It is against cl-unicode-0.1.1<br>

<br>juanjo<div><div></div><div class="h5"><br><br><div class="gmail_quote">On Sun, Aug 7, 2011 at 1:44 PM, Edi Weitz <span dir="ltr"><<a href="mailto:edi@agharta.de" target="_blank">edi@agharta.de</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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>
<div><div></div><div><br>
<br>
<br>
On Tue, Aug 2, 2011 at 10:41 PM, Juan Jose Garcia-Ripoll<br>
<<a href="mailto:juanjose.garciaripoll@googlemail.com" target="_blank">juanjose.garciaripoll@googlemail.com</a>> wrote:<br>
> I reported a related problem some time ago<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 "derived-properties"<br>
>                                                   :type :unspecific<br>
>                                                   :directory '(:relative :up<br>
> "test"))<br>
>                                    :no-header-p t)<br>
> This is not supported by ECL, which uses NIL to represent an unfilled 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 the<br>
> value of a pathname component because such a value is not guaranteed to be<br>
> permissible in all implementations.<br>
><br>
> Probably what you want to solve is the merge-pathnames above the code (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>
</div></div>> _______________________________________________<br>
> cl-ppcre-devel site list<br>
<div>> <a href="mailto:cl-ppcre-devel@common-lisp.net" target="_blank">cl-ppcre-devel@common-lisp.net</a><br>
</div>> <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>
<div><a href="mailto:cl-ppcre-devel@common-lisp.net" target="_blank">cl-ppcre-devel@common-lisp.net</a><br>
</div><a href="http://common-lisp.net/mailman/listinfo/cl-ppcre-devel" target="_blank">http://common-lisp.net/mailman/listinfo/cl-ppcre-devel</a><br>
</blockquote></div><br><br clear="all"><br></div></div>-- <br><div><div></div><div class="h5">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>



</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>