From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: [PATCH 3/4] gnu: glib: Disable tests in build phases instead of patches. Date: Sun, 03 Apr 2016 10:55:56 +0800 Message-ID: <87a8lbbdtv.fsf@member.fsf.org> References: <1459650631-13117-1-git-send-email-iyzsong@gmail.com> <1459650631-13117-3-git-send-email-iyzsong@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amYDH-0000Qd-LW for guix-devel@gnu.org; Sat, 02 Apr 2016 22:56:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1amYDC-0006AK-MA for guix-devel@gnu.org; Sat, 02 Apr 2016 22:56:31 -0400 Received: from smtp17.openmailbox.org ([62.4.1.51]:56907) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amYDC-00069k-G7 for guix-devel@gnu.org; Sat, 02 Apr 2016 22:56:26 -0400 In-Reply-To: <1459650631-13117-3-git-send-email-iyzsong@gmail.com> (=?utf-8?B?IuWui+aWh+atpiIncw==?= message of "Sun, 3 Apr 2016 10:30:30 +0800") 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@gnu.org Some patches don't apply to 2.48.0, and I think it's more easy to maintain scheme code than patches. Drawbacks are 'substitute' can't handle multiple line. (fortunately, the failing tests of glib are all one line statement) and will just pass through when no match occurs.