From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#15284: wish: make the (name) field optional Date: Sat, 7 Sep 2013 23:30:45 +0200 Message-ID: <20130907213045.GC27881@debian> References: <8761ueqq09.wl%arne_bab@web.de> <87k3iu2lye.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIQ62-0001es-5V for bug-guix@gnu.org; Sat, 07 Sep 2013 17:31:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VIQ5u-0007Mz-Rt for bug-guix@gnu.org; Sat, 07 Sep 2013 17:31:10 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:39502) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIQ5u-0007Mv-Oj for bug-guix@gnu.org; Sat, 07 Sep 2013 17:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VIQ5u-0007aF-Hd for bug-guix@gnu.org; Sat, 07 Sep 2013 17:31:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87k3iu2lye.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: Arne Babenhauserheide , 15284@debbugs.gnu.org On Fri, Sep 06, 2013 at 02:06:49PM +0200, Ludovic Courtès wrote: > As discussed on IRC, the main issue is that package objects exist > whether or not the exist a variable bound to them; and really there can > be any number of variables whose value is a given package object. IOW, > there is no direct connection between the variable name and the package > name. This is what happens with the python package rewriting I just implemented: Inputs are rewritten as packages inside a list, and are not associated to a variable name. Having a special syntax just for avoiding to write the package name a second time is not really needed in my opinion. Andreas