From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amirouche Subject: =?UTF-8?Q?What_about_dependency_resolution_=c3=a0_la_apt=3f?= Date: Thu, 16 Mar 2017 19:52:58 +0100 Message-ID: <368b70bd-ef62-ea59-7c2d-4564d7948f40@hypermove.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coaWB-0000Ah-EZ for help-guix@gnu.org; Thu, 16 Mar 2017 14:53:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1coaW6-00059y-Gv for help-guix@gnu.org; Thu, 16 Mar 2017 14:52:59 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:45537) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1coaW6-00059V-9u for help-guix@gnu.org; Thu, 16 Mar 2017 14:52:54 -0400 Received: from [IPv6:2a01:e35:2ef3:d930:fdff:20fe:7e6f:685d] (unknown [IPv6:2a01:e35:2ef3:d930:fdff:20fe:7e6f:685d]) (Authenticated sender: amirouche@hypermove.net) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id BCD86A80E5 for ; Thu, 16 Mar 2017 19:52:51 +0100 (CET) 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: help-guix@gnu.org Héllo, AFAIU guix does hardcode the dependencies so that to know the dependencies one has onlytocrawl the dependency DAG using a BFS or something. I don't know what is the exact part in guix that does that. It's only my understanding. What about having apt-like dependency resolution, also like npm where version are specified in terms of "superior to", "equal to" taking advantage of semantic versionning? tx!