From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia@riseup.net Subject: How to test changes to guix locally? (Was: Re: Trying to fix an error in the pypi-importer) Date: Sat, 02 Jan 2016 19:06:32 +0100 Message-ID: References: <568453F6.1050605@gmail.com> <2c5756c8877a36699f8dbb07731ab3c1@riseup.net> <257e9ac376ee2c97785c0e63715ed38c@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFQZa-0005cz-Da for guix-devel@gnu.org; Sat, 02 Jan 2016 13:06:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aFQZZ-0005wi-EW for guix-devel@gnu.org; Sat, 02 Jan 2016 13:06:38 -0500 In-Reply-To: <257e9ac376ee2c97785c0e63715ed38c@riseup.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel Cc: guix-devel-bounces+swedebugia=riseup.net@gnu.org On 2016-01-02 18:10, swedebugia@riseup.net wrote: > So removing the (else -> to a comment and adjusting the parentheses > did not work. it did work with the right amount of parent. > Could somebody point me to relevant documentation about how to write > conditional statements in guile? NWM doc here http://www.delorie.com/gnu/docs/guile/guile-tut_8.html found a bug in my code: zero? should be null? because ending is not set in most pack. def. How do I best go about testing my changes to the build-system? make & ./pre-inst-env guix ...? Somebody mentioned input but I did not understand that. cheers