#82: TRANSLATE-PATHNAME failure ------------------------------+--------------------------------------------- Reporter: mevenson | Owner: somebody Type: defect | Status: new Priority: minor | Milestone: Component: other | Version: Keywords: logical-pathname | ------------------------------+--------------------------------------------- Regression in TRANSLATE-PATHNAME (added in r12406 to testsuite)]
{{{ (deftest bugs.translate-logical-pathname #| Date: Mon, 18 Jan 2010 10:51:07 -0500 Message-ID: 29af5e2d1001180751l7cf79a3ay929cef1deb9ed063@mail.gmail.com Subject: Re: [armedbear-devel] translate-logical-pathname and :wild- inferiors regression From: Alan Ruttenberg alanruttenberg@gmail.com |# (progn (setf (logical-pathname-translations "ido") '((#P"IDO:IDO-CORE;**;*.*" #P"/Users/alanr/repos/infectious-disease- ontology/trunk/src/ontology/ido-core/**/*.*") (#P"IDO:IMMUNOLOGY;**;*.*" #P"/Users/alanr/repos/infectious-disease- ontology/trunk/src/ontology/immunology/**/*.*") (#P"IDO:TOOLS;**;*.*" #P"/Users/alanr/repos/infectious-disease- ontology/trunk/src/tools/**/*.*") (#P"IDO:LIB;**;*.*" #P"/Users/alanr/repos/infectious-disease- ontology/trunk/lib/**/*.*"))) (translate-pathname #P"IDO:IMMUNOLOGY;" #P"IDO:IMMUNOLOGY;**;*.*" #P"/Users/alanr/repos/infectious-disease- ontology/trunk/src/ontology/**/*.*")) #P"/users/alanr/repos/infectious-disease- ontology/trunk/src/ontology/immunology/") }}}
#82: TRANSLATE-PATHNAME failure -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: assigned Priority: minor | Milestone: Component: other | Version: Resolution: | Keywords: logical-pathname -----------------------+---------------------------------------------------- Changes (by mevenson):
* owner: somebody => mevenson * status: new => assigned
Comment:
Error was introduced with [svn r12283] Fix logical pathname translation issue reported by Thomas Russ.
We should add a test for the original change as well to the test suite.
#82: TRANSLATE-PATHNAME failure -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: assigned Priority: minor | Milestone: Component: other | Version: Resolution: | Keywords: logical-pathname -----------------------+----------------------------------------------------
Comment(by mevenson):
Base doc for logical pathnames
http://www.lispworks.com/documentation/HyperSpec/Issues/iss259_w.htm
#82: TRANSLATE-PATHNAME failure -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: closed Priority: minor | Milestone: Component: other | Version: Resolution: fixed | Keywords: logical-pathname -----------------------+---------------------------------------------------- Changes (by mevenson):
* status: assigned => closed * resolution: => fixed
Comment:
Fixed in r12147 as suggest by Alan Ruttenburg.
My analysis of what was broken was incorrect, so the tests have been adjusted as well.
armedbear-ticket@common-lisp.net