-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
In ciel.asd, the version is defined as "0.2-202408-QL202310". Upon loading, ASDF complains that this is not a version number to its liking. As a consequence, the ASDF system object for ciel has version set to nil.
In scripting.lisp, I see (defparameter *ciel-version* "0.1" "Read from .asd or version.lisp-expr file.").
Proposal:
- use an ASDF-compatible version number in
ciel.asd - in
scripting.lisp, use(defparameter *ciel-version* (asdf:component-version (asdf:find-system :ciel)))
vindarel
Metadata
Metadata
Assignees
Labels
No labels