#131: LISP-IMPLEMENTATION-VERSION with svn information breaks SLIME. ----------------------+----------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: new Priority: major | Milestone: Component: CLOS | Version: Keywords: | ----------------------+----------------------------------------------------- Reported by ehu via #abcl.
#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.
#131: LISP-IMPLEMENTATION-VERSION with svn information breaks SLIME. ----------------------+----------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: assigned Priority: minor | Milestone: 0.27 Component: java | Version: Keywords: pathname | ----------------------+----------------------------------------------------- Changes (by mevenson):
* keywords: => pathname * priority: major => minor * status: new => assigned * component: CLOS => java * milestone: => 0.27
#131: LISP-IMPLEMENTATION-VERSION with svn information breaks SLIME. -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: closed Priority: minor | Milestone: 0.27 Component: java | Version: Resolution: fixed | Keywords: pathname -----------------------+---------------------------------------------------- Changes (by mevenson):
* status: assigned => closed * resolution: => fixed
#131: LISP-IMPLEMENTATION-VERSION with svn information breaks SLIME. -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: closed Priority: minor | Milestone: 0.27 Component: java | Version: Resolution: fixed | Keywords: pathname -----------------------+----------------------------------------------------
Comment(by mevenson):
Fixed in r13438.
#131: LISP-IMPLEMENTATION-VERSION with svn information breaks SLIME. -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: closed Priority: minor | Milestone: 0.27 Component: java | Version: Resolution: fixed | Keywords: pathname -----------------------+----------------------------------------------------
Comment(by mevenson):
Err, fixed in r13439.
armedbear-ticket@common-lisp.net