all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#60725: guix lint thinks 2019111-0.7e76d75 is older than 20191111
@ 2023-01-11  3:23 Maxim Cournoyer
  2023-01-11 13:24 ` Jelle Licht
  0 siblings, 1 reply; 5+ messages in thread
From: Maxim Cournoyer @ 2023-01-11  3:23 UTC (permalink / raw)
  To: 60725

Hi Guix,

If you run 'guix lint emacs-enh-ruby-mode', it'll print this:

--8<---------------cut here---------------start------------->8---
emacs-enh-ruby-mode@2019111-0.7e76d75: can be upgraded to 20191111
--8<---------------cut here---------------end--------------->8---

That's wrong; it should know that something that starts with the tag and
has trailing characters is considered newer.  Actually, it should
probably implement the RPM scheme used in Debian also, so that an RC can
be understood as older than the final release.  The scheme uses the
tilde character (~) as a way to specify that the version is lower than
the number that precedes the tilde.

See the test case here for a "specification" (there may be a better
place):
https://github.com/rpm-software-management/rpm/blob/4afe2d14d33db82ccb41c0a8d5eb1a4db90762fc/tests/rpmvercmp.at#L94

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-11 19:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-11  3:23 bug#60725: guix lint thinks 2019111-0.7e76d75 is older than 20191111 Maxim Cournoyer
2023-01-11 13:24 ` Jelle Licht
2023-01-11 13:43   ` Maxim Cournoyer
2023-01-11 14:34     ` Jelle Licht
2023-01-11 18:59       ` Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.