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

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

bug#60582: closed ([PATCH] Properly format list of packages & sync light


From: GNU bug Tracking System
Subject: bug#60582: closed ([PATCH] Properly format list of packages & sync lightdm documentation.)
Date: Thu, 09 Feb 2023 04:01:02 +0000

Your message dated Wed, 08 Feb 2023 23:00:03 -0500
with message-id <87r0uzij3w.fsf_-_@gmail.com>
and subject line Re: bug#60582: [PATCH] Properly format list of packages & sync 
lightdm documentation.
has caused the debbugs.gnu.org bug report #60582,
regarding [PATCH] Properly format list of packages & sync lightdm documentation.
to be marked as done.

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


-- 
60582: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60582
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Properly format list of packages & sync lightdm documentation. Date: Thu, 5 Jan 2023 21:01:42 +0000
The first patch allows generate-documentation to properly format a list of 
packages.
Previously these had to be cleaned up by hand which was error-prone.

Sample snippets:

Before:

--8<---------------cut here---------------start------------->8---
@item @code{assets} (default: @code{(#<package adwaita-icon-theme@@42.0 
gnu/packages/gnome.scm:2870 7f018c9fd630> #<package gnome-themes-extra@@3.28 
gnu/packages/gnome.scm:12233 7f018ca2f0b0> #<package hicolor-icon-theme@@0.17 
gnu/packages/gnome.scm:3042 7f018c9fd2c0>)}) (type: list-of-file-likes)
--8<---------------cut here---------------end--------------->8---

After:

--8<---------------cut here---------------start------------->8---
@item @code{assets} (default: @code{(adwaita-icon-theme gnome-themes-extra 
hicolor-icon-theme)}) (type: list-of-file-likes)
--8<---------------cut here---------------end--------------->8---


The second patch syncs the documentation with the source code and fixes some 
mistakes.



Bruno Victal (2):
  services: configuration: Format a list of packages by their names.
  services: lightdm: Sync documentation with source.

 doc/guix.texi                  | 4 ++--
 gnu/services/configuration.scm | 3 +++
 gnu/services/lightdm.scm       | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)


base-commit: 80902fc210d8dc28e14d63d68f398aef796b5838
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#60582: [PATCH] Properly format list of packages & sync lightdm documentation. Date: Wed, 08 Feb 2023 23:00:03 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello!

I merged this series as 8a2c2eaa90.

Thank you!

-- 
Maxim


--- End Message ---

reply via email to

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