[anaphora-devel] Request to have Patrick Stein's patch applied

Erik Huelsmann ehuels at gmail.com
Wed Aug 15 20:42:40 UTC 2012


Hi,

Looking into the cl-test-grid results for ABCL, I found that anaphora fails
a test on ABCL. However, it seems that the test has incorrect assumptions
on the behaviour of TRUENAME. This has already been found to be true by
Patrick Stein for OS X and earlier today I found the same to be true for
ABCL on Windows.

Could you please apply his patch, which would resolve my problem as well as
his? Actually, it would resolve anaphora failing a large number of
implementations in cl-test-grid (
http://common-lisp.net/project/cl-test-grid/pivot_lib_ql-lisp.html).

Thanks in advance!

Bye,

Erik.

For completeness, this is Patrick's patch as posted on May 8th:

diff -c old/tests.lisp new/tests.lisp
*** old/tests.lisp      2012-05-08 19:07:27.000000000 -0500
--- new/tests.lisp      2012-05-08 19:07:14.000000000 -0500
***************
*** 385,391 ****
                     (setf it (truename "/tmp/"))
                     (namestring *default-pathname-defaults*))
                (setf it tmp)))))
!   "/tmp/")

  (deftest aprog.1
      (aprog1 :yes
--- 385,391 ----
                     (setf it (truename "/tmp/"))
                     (namestring *default-pathname-defaults*))
                (setf it tmp)))))
!   #.(namestring (truename "/tmp/")))

  (deftest aprog.1
      (aprog1 :yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/anaphora-devel/attachments/20120815/a7c172b4/attachment.html>


More information about the anaphora-devel mailing list