[armedbear-ticket] [armedbear] #82: TRANSLATE-PATHNAME failure
#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/") }}} -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/82> armedbear <http://common-lisp.net/project/armedbear> armedbear
#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. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/82#comment:1> armedbear <http://common-lisp.net/project/armedbear> armedbear
#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 -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/82#comment:2> armedbear <http://common-lisp.net/project/armedbear> armedbear
#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. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/82#comment:3> armedbear <http://common-lisp.net/project/armedbear> armedbear
participants (1)
-
armedbear