all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Gabriel Wicki <gabriel@erlikon.ch>
To: 74329@debbugs.gnu.org
Cc: vagrant@debian.org
Subject: [bug#74329] [PATCH 0/2] Extensively lint descriptions and synopses.
Date: Tue, 12 Nov 2024 21:36:57 +0100	[thread overview]
Message-ID: <hg3zpgjejjfuex7wmzr2ylpe3zbck7bldkpubw5li6y3r7tnas@nzckb4tbxcsy> (raw)

Aloha

I've linted quite a bunch of descriptions and synopses after Vagrant asked
whether someone was up to that task[1] (:

So this is it.  Going through all the warnings I found quite a bunch of false
positives, or at least cases where the linting rules do not reflect the
status-quo.  I'll prepare a separate patch set for my suggestions in that
regard.

Thanks for merging and have a nice day,

gabber


[1] https://logs.guix.gnu.org/guix/2024-11-04.log#194454


Gabriel Wicki (1):
  gnu: Lint descriptions.

 gnu/packages/astronomy.scm        |   4 +-
 gnu/packages/audio.scm            |   8 +-
 gnu/packages/autotools.scm        |   6 +-
 gnu/packages/axoloti.scm          |  12 +--
 gnu/packages/bioconductor.scm     |  25 ++++---
 gnu/packages/bioinformatics.scm   |   4 +-
 gnu/packages/calendar.scm         |   2 +-
 gnu/packages/check.scm            |  10 +--
 gnu/packages/chez.scm             |  16 ++--
 gnu/packages/code.scm             |   2 +-
 gnu/packages/compression.scm      |   4 +-
 gnu/packages/connman.scm          |   2 +-
 gnu/packages/cran.scm             |  56 +++++++-------
 gnu/packages/crates-graphics.scm  |  15 ++--
 gnu/packages/crates-io.scm        |  16 ++--
 gnu/packages/crates-web.scm       |   2 +-
 gnu/packages/crypto.scm           |   9 +--
 gnu/packages/databases.scm        |   2 +-
 gnu/packages/display-managers.scm |   2 +-
 gnu/packages/docker.scm           |   2 +-
 gnu/packages/elm.scm              |   2 +-
 gnu/packages/emacs-xyz.scm        | 118 ++++++++++++++---------------
 gnu/packages/emulators.scm        |   2 +-
 gnu/packages/fonts.scm            |   4 +-
 gnu/packages/fpga.scm             |   4 +-
 gnu/packages/freedesktop.scm      |   2 +-
 gnu/packages/game-development.scm |   4 +-
 gnu/packages/games.scm            |   6 +-
 gnu/packages/geo.scm              |   2 +-
 gnu/packages/gnunet.scm           |  10 +--
 gnu/packages/golang-check.scm     |   2 +-
 gnu/packages/golang-web.scm       |   2 +-
 gnu/packages/golang-xyz.scm       |  10 +--
 gnu/packages/golang.scm           |   7 +-
 gnu/packages/guile.scm            |   4 +-
 gnu/packages/haskell-check.scm    |  34 ++++-----
 gnu/packages/haskell-web.scm      |   2 +-
 gnu/packages/haskell-xyz.scm      |  80 +++++++++++---------
 gnu/packages/ibus.scm             |   2 +-
 gnu/packages/image.scm            |   9 ++-
 gnu/packages/ipfs.scm             |   4 +-
 gnu/packages/java-xml.scm         |   6 +-
 gnu/packages/java.scm             |  41 +++++-----
 gnu/packages/kodi.scm             |   7 +-
 gnu/packages/linux.scm            |  23 +++---
 gnu/packages/lisp-xyz.scm         |  16 ++--
 gnu/packages/machine-learning.scm |  24 +++---
 gnu/packages/messaging.scm        |   2 +-
 gnu/packages/minetest.scm         |   2 +-
 gnu/packages/monitoring.scm       |   2 +-
 gnu/packages/music.scm            |  11 ++-
 gnu/packages/node-xyz.scm         |   4 +-
 gnu/packages/ocaml.scm            |   6 +-
 gnu/packages/opencl.scm           |   2 +-
 gnu/packages/perl-check.scm       |   6 +-
 gnu/packages/perl.scm             |  14 ++--
 gnu/packages/python-xyz.scm       |  12 +--
 gnu/packages/qt.scm               |   5 +-
 gnu/packages/radio.scm            |   4 +-
 gnu/packages/rocm.scm             |   6 +-
 gnu/packages/rust-apps.scm        |   2 +-
 gnu/packages/scanner.scm          |  16 ++--
 gnu/packages/search.scm           |   2 +-
 gnu/packages/security-token.scm   |   6 +-
 gnu/packages/shells.scm           |   2 +-
 gnu/packages/shellutils.scm       |   8 +-
 gnu/packages/ssh.scm              |   2 +-
 gnu/packages/statistics.scm       |  14 ++--
 gnu/packages/tcl.scm              |   6 +-
 gnu/packages/tex.scm              | 120 +++++++++++++++---------------
 gnu/packages/text-editors.scm     |   6 +-
 gnu/packages/textutils.scm        |   5 +-
 gnu/packages/tor.scm              |   2 +-
 gnu/packages/xdisorg.scm          |   8 +-
 gnu/packages/xfce.scm             |   4 +-
 gnu/packages/xml.scm              |   7 +-
 gnu/packages/xorg.scm             |   2 +-
 77 files changed, 462 insertions(+), 452 deletions(-)


base-commit: 33665c52c4670bc3b4d337c89ac9cc6c4c69b26f
prerequisite-patch-id: 301c84e45a417b3160d86c9701a87eed73104779
-- 
2.46.0





             reply	other threads:[~2024-11-12 20:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-12 20:36 Gabriel Wicki [this message]
     [not found] ` <handler.74329.B.173144383113227.ack@debbugs.gnu.org>
2024-11-12 20:41   ` [bug#74329] [PATCH 1/2] gnu: Lint synopses Gabriel Wicki
2024-12-11  7:08     ` Vagrant Cascadian
2024-12-11 11:37       ` Gabriel Wicki
2024-11-12 20:42   ` [bug#74329] [PATCH 2/2] gnu: Lint descriptions Gabriel Wicki
2024-11-21 22:28 ` [bug#74329] resend? Gabriel Wicki
2024-11-21 22:30 ` [bug#74329] [PATCH 1/2] gnu: Lint synopses Gabriel Wicki
2024-11-21 22:31 ` [bug#74329] [PATCH 2/2] gnu: Lint descriptions Gabriel Wicki
2024-12-10 23:08 ` [bug#74329] [PATCH 0/2] Extensively lint descriptions and synopses Vagrant Cascadian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=hg3zpgjejjfuex7wmzr2ylpe3zbck7bldkpubw5li6y3r7tnas@nzckb4tbxcsy \
    --to=gabriel@erlikon.ch \
    --cc=74329@debbugs.gnu.org \
    --cc=vagrant@debian.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.