GNU bug report logs - #78028
30.1; package--description-file requires digits after non-numeric versions

Previous Next

Package: emacs;

Reported by: "Nicholas Coltharp" <mail <at> heraplem.xyz>

Date: Thu, 24 Apr 2025 07:16:01 UTC

Severity: normal

Found in version 30.1

Full log


View this message in rfc822 format

From: "Nicholas Coltharp" <mail <at> heraplem.xyz>
To: 78028 <at> debbugs.gnu.org
Subject: bug#78028: 30.1; package--description-file requires digits after non-numeric versions
Date: Wed, 23 Apr 2025 22:58:42 -0700
Actual:
(package--description-file "org-protocol-capture-html-0.1pre")
  ⇒ "org-protocol-capture-html-0.1pre-pkg.el"

Expected:
(package--description-file "org-protocol-capture-html-0.1pre")
  ⇒ "org-protocol-capture-html-pkg.el"

The problem is that the regexp in package--description-file requires a
nonzero number of digits after a non-numeric version number (in this
case, "pre").  Since package--description-file is intended to accept any
possible output of package-version-join, this should not be a requirement.




This bug report was last modified 59 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.