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