emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#60629: closed ([PATCH 0/3] Add '--with-version' package transformati


From: GNU bug Tracking System
Subject: bug#60629: closed ([PATCH 0/3] Add '--with-version' package transformation)
Date: Mon, 16 Jan 2023 12:46:02 +0000

Your message dated Mon, 16 Jan 2023 13:45:09 +0100
with message-id <87zgailkbu.fsf_-_@gnu.org>
and subject line Re: bug#60629: [PATCH 0/3] Add '--with-version' package 
transformation
has caused the debbugs.gnu.org bug report #60629,
regarding [PATCH 0/3] Add '--with-version' package transformation
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60629: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60629
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/3] Add '--with-version' package transformation Date: Sat, 7 Jan 2023 16:04:57 +0100
Hello Guix!

Now that updaters can (to some extent) import any upstream version, we
can provide a ‘--with-version’ package transformation option that picks
the given upstream version.

The nice thing is that it’s just a dozen new lines of code in
(guix transformations)!

Feedback welcome!

Ludo’.

Ludovic Courtès (3):
  transformations: Add '--with-version'.
  transformations: Let users know when '--with-latest' has no effect.
  DRAFT news: Add entry for '--with-version'.

 doc/guix.texi             | 19 +++++++--
 etc/news.scm              | 36 ++++++++++++++++-
 guix/transformations.scm  | 81 ++++++++++++++++++++++++++++-----------
 tests/transformations.scm | 19 ++++++++-
 4 files changed, 127 insertions(+), 28 deletions(-)


base-commit: cce9ff2d5ada3d1e26e1c70205f21271a0065482
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#60629: [PATCH 0/3] Add '--with-version' package transformation Date: Mon, 16 Jan 2023 13:45:09 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

Pushed!

  2e652e687e master origin/master news: Add entry for '--with-version'.
  20c923c40d transformations: Let users know when '--with-latest' has no effect.
  137b91f03b transformations: Add '--with-version'.

I added a warning in the manual as you suggested, Simon; I also added a
warning in ‘package-with-upstream-version’ about downgrades.  I included
Florian’s translation of the news entry too.

Thanks everyone!

Ludo’.


--- End Message ---

reply via email to

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