[armedbear-ticket] [armedbear] #82: TRANSLATE-PATHNAME failure
armedbear
armedbear-devel at common-lisp.net
Fri Jan 29 08:52:27 UTC 2010
#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 at mail.gmail.com>
Subject: Re: [armedbear-devel] translate-logical-pathname and :wild-
inferiors
regression
From: Alan Ruttenberg <alanruttenberg at 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
More information about the armedbear-ticket
mailing list