|
From: | Stefan Monnier |
Subject: | Re: [nongnu] elpa/cider ff1de2bd22: [#3113] Hardcode cider-version as a workaround |
Date: | Wed, 29 Dec 2021 02:32:54 -0500 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
> [#3113] Hardcode cider-version as a workaround > > I can't figure out why the auto-extraction of the version doesn't work. [...] > -(defconst cider-version > - (lm-version (or load-file-name buffer-file-name)) > +(defconst cider-version "1.2.0" > "The current version of CIDER.") I suspect the problem may be that `load-file-name` will point at `cider.elc` where `lm-version` won't find what you need. You can try and use `package-get-version` (new in Emacs-27) which tries to get this working. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |