unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: "(" <paren@disroot.org>, 56939@debbugs.gnu.org, 55903@debbugs.gnu.org
Subject: [bug#55903] [bug#56939] [PATCH 31/41] gnu: Add go-github-com-google-shlex.
Date: Wed, 3 Aug 2022 17:38:34 +0200	[thread overview]
Message-ID: <402d1704-1f18-3b6c-b0a4-2e6ac771093f@telenet.be> (raw)
In-Reply-To: <20220803120439.5108-31-paren@disroot.org>


[-- Attachment #1.1.1.1: Type: text/plain, Size: 3456 bytes --]

On 03-08-2022 14:04, ( via Guix-patches via wrote:

> +    (arguments
> +     (list #:import-path "github.com/zenhack/go.notmuch"
> +           ;; XXX: Tests require you to download fixtures from the Internet.
> +           ;; See<https://github.com/zenhack/go.notmuch/blob/master/Makefile>.
> +           #:tests? #f))
> +    (propagated-inputs (list notmuch))
Can we just substitute* in the appropriate library reference or whatever 
is the Go equivalent instead of propagating?  Maybe in in configList.go, 
we can replace -lnotmuch by -l/gnu/store/.../libnotmuch.so or add a 
-L/gnu/store/... there?

> From: "(unmatched-parenthesis"<paren@disroot.org>
>
> * gnu/packages/golang.scm (go-github-com-google-shlex): New variable.
> ---
>   gnu/packages/golang.scm | 23 +++++++++++++++++++++++
>   1 file changed, 23 insertions(+)
>
> diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
> index fd2335b61a..9959dd118c 100644
> --- a/gnu/packages/golang.scm
> +++ b/gnu/packages/golang.scm
> @@ -10720,3 +10720,26 @@ (define-public go-github-com-lithammer-fuzzysearch
>        "A speedy fuzzy matching package for Go inspired by the JavaScript
>   library bevacqua/fuzzysearch.")
>       (license license:expat)))
> +
> +(define-public go-github-com-google-shlex
> +  (package
> +    (name "go-github-com-google-shlex")
> +    (version "0.0.0-20191202100458-e7afc7fbc510")

Why has the commit and description been changed since 
<https://issues.guix.gnu.org/37444>? The change in synopsis seems good 
to me though.

Also, there are multiple patches adding go-github-com-google-shlex now 
-- as I've asked in the past, can we stop doing that, or at least add a 
pointer to the previous version to avoid double work for reviewers? 
Likewise for:

  * https://issues.guix.gnu.org/search?query=go-google-golang-org-protobuf
  * https://issues.guix.gnu.org/search?query=go-github-com-xo-terminfo
  * https://issues.guix.gnu.org/search?query=go-github-com-go-ini-ini
  * https://issues.guix.gnu.org/search?query=go-github-com-emersion-go-pgpmail
  * [...]

Like, if I would properly review (including checking the source code) 
this patch series and didn't know some of those were reviewed 
previously, then I would have to do the review again even though that's 
double work better spent elsewhere and if I later discover these were 
actually reviewed previously, that doesn't sound good for motivation to me.

And even though I know some of those have been submitted and reviewed 
previously, I don't remember which ones exactly and to which degree 
(only superficial checks like checking synopsis, description and 
#:tests?, or also source code checks, ...), so if I were to review this 
(*), I would have to look up the old patches and reviews, see which ones 
were reviewed previously and to what degree, look if changes have been 
made (e.g. changing which commit to use) that invalidated the review, 
..., which is not motivating to me.

(*) To be clear, I consider it unlikely for me to seriously review Go 
stuff in the future, as the Go world is full of forks that make no 
attempt to contribute back to upstream, or many independent 
implementations (see e.g. terminfo and shlex) where a single or maybe 
two implementations would suffice, often there's a lack of attempting 
backwards compatibility and version numbers are often just 0.0.0, ...

Greetings,
Maxime.


[-- Attachment #1.1.1.2: Type: text/html, Size: 4850 bytes --]

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 929 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

  reply	other threads:[~2022-08-03 15:39 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-03 12:03 [bug#56909] [PATCH 01/41] gnu: Add go-github-com-zenhack-go-notmuch ( via Guix-patches via
2022-08-03 12:04 ` [bug#56914] [PATCH 02/41] gnu: Add go-github-com-creack-pty ( via Guix-patches via
2022-08-03 12:04 ` [bug#56910] [PATCH 03/41] gnu: Add go-google-golang-org-protobuf ( via Guix-patches via
2022-08-03 12:04 ` [bug#56911] [PATCH 04/41] gnu: Add go-github-com-xo-terminfo ( via Guix-patches via
2022-08-03 12:04 ` [bug#56912] [PATCH 05/41] gnu: Add go-github-com-riywo-loginshell ( via Guix-patches via
2022-08-03 12:04 ` [bug#56913] [PATCH 06/41] gnu: Add go-github-com-miolini-datacounter ( via Guix-patches via
2022-08-03 12:04 ` [bug#56915] [PATCH 07/41] gnu: Add go-github-com-kyoh86-xdg ( via Guix-patches via
2022-08-03 12:04 ` [bug#56916] [PATCH 08/41] gnu: Add go-github-com-go-ini-ini ( via Guix-patches via
2022-08-03 12:04 ` [bug#56917] [PATCH 09/41] gnu: Add go-github-com-lucasb-eyer-go-colorful ( via Guix-patches via
2022-08-03 12:04 ` [bug#56918] [PATCH 10/41] gnu: Add go-github-com-rivo-uniseg ( via Guix-patches via
2022-08-03 12:04 ` [bug#56919] [PATCH 11/41] gnu: Add go-github-com-rivo-tview ( via Guix-patches via
2022-08-03 12:04 ` [bug#56920] [PATCH 12/41] gnu: Add go-github-com-ssor-bom ( via Guix-patches via
2022-08-03 12:04 ` [bug#56921] [PATCH 13/41] gnu: Add go-github-com-gogs-chardet ( via Guix-patches via
2022-08-03 12:04 ` [bug#56922] [PATCH 14/41] gnu: Add go-github-com-jaytaylor-html2text ( via Guix-patches via
2022-08-03 12:04 ` [bug#56923] [PATCH 15/41] gnu: Add go-github-com-go-test-deep ( via Guix-patches via
2022-08-03 12:04 ` [bug#56924] [PATCH 16/41] gnu: Add go-github-com-cention-sany-utf7 ( via Guix-patches via
2022-08-03 12:04 ` [bug#56925] [PATCH 17/41] gnu: Add go-github-com-jhillyerd-enmime ( via Guix-patches via
2022-08-03 12:04 ` [bug#56926] [PATCH 18/41] gnu: Add go-github-com-gatherstars-com-jwz ( via Guix-patches via
2022-08-03 12:04 ` [bug#56927] [PATCH 19/41] gnu: Add go-github-com-emersion-go-textwrapper ( via Guix-patches via
2022-08-03 12:04 ` [bug#56928] [PATCH 20/41] gnu: Add go-github-com-emersion-go-message ( via Guix-patches via
2022-08-03 12:04 ` [bug#56934] [PATCH 21/41] gnu: Add go-github-com-emersion-go-sasl ( via Guix-patches via
2022-08-03 12:04 ` [bug#56930] [PATCH 22/41] gnu: Add go-github-com-emersion-go-imap ( via Guix-patches via
2022-08-03 12:04 ` [bug#56929] [PATCH 23/41] gnu: Add go-github-com-emersion-go-imap-sortthread ( via Guix-patches via
2022-08-03 12:04 ` [bug#56931] [PATCH 24/41] gnu: Add go-github-com-protonmail-go-crypto ( via Guix-patches via
2022-08-03 12:04 ` [bug#56933] [PATCH 25/41] gnu: Add go-github-com-emersion-go-pgpmail ( via Guix-patches via
2022-08-03 12:04 ` [bug#56936] [PATCH 26/41] gnu: Add go-github-com-emersion-go-smtp ( via Guix-patches via
2022-08-03 12:04 ` [bug#56935] [PATCH 27/41] gnu: Add go-github-com-niemeyer-pretty ( via Guix-patches via
2022-08-03 12:04 ` [bug#56932] [PATCH 28/41] gnu: Add go-github-com-arran4-golang-ical ( via Guix-patches via
2022-08-03 12:04 ` [bug#56941] [PATCH 29/41] gnu: Add go-git-sr-ht--sircmpwn-getopt ( via Guix-patches via
2022-08-03 12:04 ` [bug#56938] [PATCH 30/41] gnu: Add go-github-com-lithammer-fuzzysearch ( via Guix-patches via
2022-08-03 12:04 ` [bug#56939] [PATCH 31/41] gnu: Add go-github-com-google-shlex ( via Guix-patches via
2022-08-03 15:38   ` Maxime Devos [this message]
2022-08-03 18:37     ` [bug#55903] " ( via Guix-patches via
2022-08-03 12:04 ` [bug#56937] [PATCH 32/41] gnu: Add go-github-com-emersion-go-maildir ( via Guix-patches via
2022-08-03 12:04 ` [bug#56942] [PATCH 33/41] gnu: Add go-github-com-emersion-go-milter ( via Guix-patches via
2022-08-03 12:04 ` [bug#56940] [PATCH 34/41] gnu: Add go-github-com-emersion-go-msgauth ( via Guix-patches via
2022-08-03 12:04 ` [bug#56943] [PATCH 35/41] gnu: Add go-github-com-onsi-gomega ( via Guix-patches via
2022-08-03 12:04 ` [bug#56944] [PATCH 36/41] gnu: Add go-gopkg-in-tomb-v1 ( via Guix-patches via
2022-08-03 12:04 ` [bug#56945] [PATCH 37/41] gnu: Add go-github-com-nxadm-tail ( via Guix-patches via
2022-08-03 12:04 ` [bug#56946] [PATCH 38/41] gnu: Add go-github-com-go-task-slim-sprig ( via Guix-patches via
2022-08-03 12:04 ` [bug#56947] [PATCH 39/41] gnu: Add go-github-com-onsi-ginkgo ( via Guix-patches via
2022-08-03 12:04 ` [bug#56948] [PATCH 40/41] gnu: Add go-github-com-syndtr-goleveldb-leveldb ( via Guix-patches via
2022-08-03 12:04 ` [bug#56949] [PATCH 41/41] gnu: Add aerc ( via Guix-patches via
2022-08-03 12:25 ` [bug#56909] [PATCH 01/41] gnu: Add go-github-com-zenhack-go-notmuch ( via Guix-patches via

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=402d1704-1f18-3b6c-b0a4-2e6ac771093f@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=55903@debbugs.gnu.org \
    --cc=56939@debbugs.gnu.org \
    --cc=paren@disroot.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).