From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Service refactoring Date: Wed, 30 Sep 2015 10:59:31 +0200 Message-ID: <87a8s4wado.fsf@gnu.org> References: <87a8t3mc2v.fsf@netris.org> <87d1xyk45i.fsf@igalia.com> <87vbbn44zi.fsf_-_@gnu.org> <87a8shp05k.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhDEf-00010Y-8R for guix-devel@gnu.org; Wed, 30 Sep 2015 04:59:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhDEe-0003jh-C2 for guix-devel@gnu.org; Wed, 30 Sep 2015 04:59:37 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:48728) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhDEe-0003jd-8J for guix-devel@gnu.org; Wed, 30 Sep 2015 04:59:36 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:52050 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1ZhDEd-0006tb-Gd for guix-devel@gnu.org; Wed, 30 Sep 2015 04:59:35 -0400 In-Reply-To: <87a8shp05k.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 20 Sep 2015 17:42:47 +0200") 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 I=E2=80=99ve entered the polishing and documentation phase of =E2=80=98wip-service-refactor=E2=80=99, with the hope of merging it within = a few days. Currently the branch should have no loss of functionality compared to =E2=80=98master=E2=80=99. You=E2=80=99re welcome to give it a try! Recently I=E2=80=99ve removed the controversial =E2=80=98define-record-type= =E2=80=A0=E2=80=99 unhygienic macro that I had introduced at a time when I was tired of typing. ;-) Overall the patch adds many lines, mostly because services now need to have all their parameters in a single object. So we have records like , , and so on. Ludo=E2=80=99.