#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.