Skip to content

Version number issues #70

@khinsen

Description

@khinsen

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)))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions