unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: Andreas Enge <andreas@enge.fr>, guix-devel@gnu.org
Subject: Re: valgrind
Date: Wed, 25 Jan 2023 13:39:29 +0100	[thread overview]
Message-ID: <86357yu6ta.fsf@gmail.com> (raw)
In-Reply-To: <Y9EMD7rjSuI5pdef@jurong>

Hi,

On Wed, 25 Jan 2023 at 12:01, Andreas Enge <andreas@enge.fr> wrote:

> (define-public valgrind
>   (package
>     (name "valgrind")
>     (version "3.17.0")
>     (properties '((hidden? . #t)))))
>
> (define-public valgrind/interactive
>   (package/inherit
>    valgrind
>    (version "3.17.0")
>
> (define-public valgrind-3.20
>   (package
>     (inherit valgrind/interactive)
>     (version "3.20.0")

> Is version 3.17 really needed? Is the distinction between the hidden package
> and the "interactive" package still important?

--8<---------------cut here---------------start------------->8---
$ guix refresh -l -e '(@ (gnu packages valgrind) valgrind)'
Building the following 544 packages would ensure 1085 dependent packages are rebuilt:
--8<---------------cut here---------------end--------------->8---

I guess, the symbol ’valgrind’ refers to a minimal version of Valgrind
used by many packages.  Well, I guess again that ’valgrind-minimal’
could be a better name. :-)

Both ’valgrind/interactive’ and ’valgrind-3.20’ provides what user
expects with Valgrind but at 2 different versions.

Is the package ’valgrind/interactive’ accessible with valgrind@3.17
needed?  Indeed, maybe it could be dropped, especially if it is broken
for some use-case.


Cheers,
simon




  reply	other threads:[~2023-01-25 12:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-25 11:01 valgrind Andreas Enge
2023-01-25 12:39 ` zimoun [this message]
2023-01-25 13:16   ` valgrind Andreas Enge
2023-01-30 21:46     ` valgrind Ludovic Courtès
2023-01-31 10:34     ` valgrind Simon Tournier

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=86357yu6ta.fsf@gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=andreas@enge.fr \
    --cc=guix-devel@gnu.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).