Hi,<div><br></div><div>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.</div>
<div><br></div><div>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 (<a href="http://common-lisp.net/project/cl-test-grid/pivot_lib_ql-lisp.html">http://common-lisp.net/project/cl-test-grid/pivot_lib_ql-lisp.html</a>).</div>
<div><br></div><div>Thanks in advance!</div><div><br></div><div>Bye,</div><div><br></div><div>Erik.</div><div><br></div><div>For completeness, this is Patrick's patch as posted on May 8th:</div><div><br></div><div><pre style="white-space:pre-wrap">
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
</pre><br class="Apple-interchange-newline"></div><div><br></div>