[armedbear-ticket] [armedbear] #204: abcl-asdf maybe-parse-mvn ignores version information
#204: abcl-asdf maybe-parse-mvn ignores version information ----------------------------------------------------------------------------------------------+ Reporter: https://www.google.com/accounts/o8/id?id=aitoawkpp0-51624vwa6xzgzn5lml-cy-kf... | Owner: mevenson Type: defect | Status: new Priority: major | Milestone: 1.1.0 Component: ASDF | Version: Keywords: abcl-asdf version | ----------------------------------------------------------------------------------------------+ If one tries to add an :mvn component to an ASDF system, the version info is always ignored and "LATEST" is used. e.g. in an example like this .... :components ((:mvn "junit/junit" :version "3.8.2") .... the version info is ignored. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/204> armedbear <http://common-lisp.net/project/armedbear> armedbear
#204: abcl-asdf maybe-parse-mvn ignores version information ----------------------------------------------------------------------------------------------+ Reporter: https://www.google.com/accounts/o8/id?id=aitoawkpp0-51624vwa6xzgzn5lml-cy-kf... | Owner: mevenson Type: defect | Status: assigned Priority: major | Milestone: 1.1.0 Component: libraries | Version: 1.1.0-dev Keywords: abcl-asdf version | ----------------------------------------------------------------------------------------------+ Changes (by mevenson): * status: new => assigned * version: => 1.1.0-dev * component: ASDF => libraries -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/204#comment:1> armedbear <http://common-lisp.net/project/armedbear> armedbear
#204: abcl-asdf maybe-parse-mvn ignores version information ----------------------------------------------------------------------------------------------+ Reporter: https://www.google.com/accounts/o8/id?id=aitoawkpp0-51624vwa6xzgzn5lml-cy-kf... | Owner: mevenson Type: defect | Status: assigned Priority: major | Milestone: 1.1.0 Component: libraries | Version: 1.1.0-dev Keywords: abcl-asdf version | ----------------------------------------------------------------------------------------------+ Comment(by mevenson): Slyrus has released the code associated with this bug [on github][1]. [1]: git://github.com/slyrus/abcl-cdk.git -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/204#comment:2> armedbear <http://common-lisp.net/project/armedbear> armedbear
#204: abcl-asdf maybe-parse-mvn ignores version information -----------------------------------------------------------------------------------------------+ Reporter: https://www.google.com/accounts/o8/id?id=aitoawkpp0-51624vwa6xzgzn5lml-cy-kf... | Owner: mevenson Type: defect | Status: closed Priority: major | Milestone: 1.1.0 Component: libraries | Version: 1.1.0-dev Resolution: fixed | Keywords: abcl-asdf version -----------------------------------------------------------------------------------------------+ Changes (by mevenson): * status: assigned => closed * resolution: => fixed Comment: (In [13900]) abcl-asdf: Clarify the version setting code for MVN compoments. Fix #204, but considerably beyond the patch the Cyrus Harmon submitted. Drastically simplified the ASDF:MAYBE-PARSE-MVN function to take advantage of the fact that we are in the ASDF namespace. At least the function now makes sense Parts of ASDF *reallY* want ASDF:VERSION to be a triple of intergers, and never anything more, which is part of the reason for the shennigans here. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/204#comment:3> armedbear <http://common-lisp.net/project/armedbear> armedbear
#204: abcl-asdf maybe-parse-mvn ignores version information -----------------------------------------------------------------------------------------------+ Reporter: https://www.google.com/accounts/o8/id?id=aitoawkpp0-51624vwa6xzgzn5lml-cy-kf... | Owner: mevenson Type: defect | Status: closed Priority: major | Milestone: 1.1.0 Component: libraries | Version: 1.1.0-dev Resolution: fixed | Keywords: abcl-asdf version -----------------------------------------------------------------------------------------------+ Comment(by mevenson): (In [13901]) Part of Fix #204: require the use of maven-3.0.4. Slyrus reports that some parts don't work with maven-3.0.3, so as a favor to user bump requirement. Underneath: Aether is a mess, but looks like it is getting better. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/204#comment:4> armedbear <http://common-lisp.net/project/armedbear> armedbear
participants (1)
-
armedbear