From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fMZBu-0006rP-OZ for guix-patches@gnu.org; Sat, 26 May 2018 09:25:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fMZBu-0000QS-1d for guix-patches@gnu.org; Sat, 26 May 2018 09:25:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41239) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fMZBt-0000Q6-UP for guix-patches@gnu.org; Sat, 26 May 2018 09:25:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fMZBt-000066-KR for guix-patches@gnu.org; Sat, 26 May 2018 09:25:01 -0400 Subject: [bug#31523] [PATCH 0/2] Getting rid of 'title' in 'file-system' declarations Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180518221205.15559-1-ludo@gnu.org> Date: Sat, 26 May 2018 15:24:44 +0200 In-Reply-To: <20180518221205.15559-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Sat, 19 May 2018 00:12:05 +0200") Message-ID: <87sh6e1rdv.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 31523@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > These patches allow us to get rid of the infamous =E2=80=98title=E2=80=99= field in > =E2=80=98file-system=E2=80=99 declarations, which has always been problem= atic. It does > so by introducing a new data type, such that one can > write: > > (file-system > (mount-point "/home") > (type "ext4") > (device (file-system-label "my-home"))) Ping! What do people think? Ludo=E2=80=99.