From ehuels at gmail.com Wed Aug 15 20:42:40 2012 From: ehuels at gmail.com (Erik Huelsmann) Date: Wed, 15 Aug 2012 22:42:40 +0200 Subject: [anaphora-devel] Request to have Patrick Stein's patch applied Message-ID: 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: