From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: List available versions of package. Date: Wed, 26 Jun 2019 22:25:12 +0200 Message-ID: <87zhm4w0uv.fsf@elephly.net> References: <87ftohqg9l.fsf@nckx> <87a7e9tf04.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40042) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hgETv-0001Rl-AB for help-guix@gnu.org; Wed, 26 Jun 2019 16:25:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hgETu-0004ld-97 for help-guix@gnu.org; Wed, 26 Jun 2019 16:25:27 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21203) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hgETt-0004hg-Q7 for help-guix@gnu.org; Wed, 26 Jun 2019 16:25:26 -0400 In-reply-to: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Philippe Veber Cc: help-guix@gnu.org Philippe Veber writes: > I suppose dependencies of these > packages have to be maintained in the same channel right? Otherwise, if I > rely on packages from guix distribution, they can be dropped or updated to > an incompatible version at any moment. That scares me a little, because it > could break my channel anytime, or am I mistaken? This is correct; it=E2=80=99s the Linux model of API stability: you need to= make sure that your code remains compatible. --=20 Ricardo