From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philippe Veber Subject: Re: List available versions of package. Date: Sun, 30 Jun 2019 13:50:24 +0200 Message-ID: References: <87ftohqg9l.fsf@nckx> <87a7e9tf04.fsf@elephly.net> <87zhm4w0uv.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]:59987) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hhYLu-0006Uv-MZ for help-guix@gnu.org; Sun, 30 Jun 2019 07:50:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hhYLt-0004Yq-LM for help-guix@gnu.org; Sun, 30 Jun 2019 07:50:38 -0400 Received: from mail-wm1-x331.google.com ([2a00:1450:4864:20::331]:40046) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hhYLt-0004XM-Ex for help-guix@gnu.org; Sun, 30 Jun 2019 07:50:37 -0400 Received: by mail-wm1-x331.google.com with SMTP id v19so13001164wmj.5 for ; Sun, 30 Jun 2019 04:50:36 -0700 (PDT) In-Reply-To: <87zhm4w0uv.fsf@elephly.net> 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: Ricardo Wurmus Cc: help-guix@gnu.org Alright, thanks for all the clarifications! Le mer. 26 juin 2019 =C3=A0 22:25, Ricardo Wurmus a = =C3=A9crit : > > 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. > > -- > Ricardo > >