[armedbear-ticket] [armedbear] #131: LISP-IMPLEMENTATION-VERSION with svn information breaks SLIME.
armedbear
armedbear-devel at common-lisp.net
Wed Feb 23 07:36:18 UTC 2011
#131: LISP-IMPLEMENTATION-VERSION with svn information breaks SLIME.
-----------------------+----------------------------------------------------
Reporter: mevenson | Owner: mevenson
Type: defect | Status: new
Priority: major | Milestone:
Component: CLOS | Version:
Resolution: | Keywords:
-----------------------+----------------------------------------------------
Comment(by mevenson):
The problem is that the string returned by LISP-IMPLEMENTATION-VERSION is
not a proper pathname component under Windows due to the ':' character.
1. PATHNAME should reject this as a argument to its constructors.
2. There should be a way to sanitize the output of LISP-IMPLEMENTATION-
VERSION so that it is acceptable to PATHNAME. This relevant code should
be added to SLIME.
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/131#comment:1>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list