viewmail-info
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tickets migrated to gitlab


From: Stefan Monnier
Subject: Re: tickets migrated to gitlab
Date: Thu, 18 Jul 2024 12:59:19 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

>> I was never clear if the `a' and `b' were alpha and beta or something
>> else in the LP releases.
> I agree.  

FWIW, `version-to-list` (which is used in the ELPA protocol to compare
versions and hence needs to be obeyed by version numbers for ELPA
packages, whether from Melpa(-stable) or (Non)GNU ELPA or any other)
treats "a" and "b" not as "alpha/beta" but more like ".1" and ".2":

    (equal (version-to-list "1.2a") (version-to-list "1.2.1"))
    => t
    (equal (version-to-list "1.2b") (version-to-list "1.2.2"))
    => t


- Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]