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

To reply to this bug, email your comments to 78028 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#78028; Package emacs. (Thu, 24 Apr 2025 07:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Nicholas Coltharp" <mail <at> heraplem.xyz>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 24 Apr 2025 07:16:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Nicholas Coltharp" <mail <at> heraplem.xyz>
To: bug-gnu-emacs <at> gnu.org
Subject: 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 today.

Previous Next


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