all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: guix-devel@gnu.org, Maxim Cournoyer <maxim.cournoyer@gmail.com>
Subject: Re: 01/06: gnu: gnurl: Deprecate in favor of curl.
Date: Mon, 08 Apr 2024 11:11:35 +0200	[thread overview]
Message-ID: <87il0srzg8.fsf@gnu.org> (raw)
In-Reply-To: <20240406155405.34F4DC12C2D@vcs2.savannah.gnu.org> (guix-commits@gnu.org's message of "Sat, 6 Apr 2024 11:54:05 -0400 (EDT)")

Hi,

guix-commits@gnu.org skribis:

> +(define-deprecated/public-alias gnurl curl)

Just for the record (because it probably doesn’t matter much in this
case), this creates a deprecated alias for the variable, but not for the
package.

For package deprecation, I think it’s best to write:

  (define-public gnurl (deprecated-package "gnurl" curl))

to allow “guix install gnurl” to DTRT.  Deprecating the variable itself
is usually less important for packages.

As I write this, I realize we should probably document package
deprecation and removal.

Ludo’.


       reply	other threads:[~2024-04-08  9:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <171241884468.15036.13062380984395745916@vcs2.savannah.gnu.org>
     [not found] ` <20240406155405.34F4DC12C2D@vcs2.savannah.gnu.org>
2024-04-08  9:11   ` Ludovic Courtès [this message]
2024-04-19  0:51     ` 01/06: gnu: gnurl: Deprecate in favor of curl Maxim Cournoyer

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=87il0srzg8.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    /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.