From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:39210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggSRw-0007b0-6v for guix-patches@gnu.org; Mon, 07 Jan 2019 05:48:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggSRu-0008Vz-U5 for guix-patches@gnu.org; Mon, 07 Jan 2019 05:48:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48379) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ggSRt-0008Vd-RO for guix-patches@gnu.org; Mon, 07 Jan 2019 05:48:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ggSRt-0004Eb-OJ for guix-patches@gnu.org; Mon, 07 Jan 2019 05:48:01 -0500 Subject: [bug#34007] [PATCH 0/5] Drop Guile 2.0 support Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:39063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggSRU-0007ac-40 for guix-patches@gnu.org; Mon, 07 Jan 2019 05:47:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggSRQ-0007X3-UM for guix-patches@gnu.org; Mon, 07 Jan 2019 05:47:36 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Mon, 7 Jan 2019 11:47:00 +0100 Message-Id: <20190107104700.6375-1-ludo@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: 34007@debbugs.gnu.org Hello Guix, This removes Guile 2.0 support, which in turn in a first step towards Guile 2.9/3.0 support. Note that build-side code that would trigger full rebuilds is unchanged and so still uses APIs that are deprecated in Guile 2.2, in particular (guix build utils) and (guix build gnu-build-system). Feedback welcome! Ludo=E2=80=99. Ludovic Court=C3=A8s (5): build: Require Guile 2.2. maint: Remove 'cond-expand' forms for Guile 2.0. download: Remove Guile 2.0 workaround. Remove most uses of the _IO*F constants. self: Drop support for Guix < 0.15 on Guile 2.0. README | 2 +- configure.ac | 6 +- doc/guix.texi | 5 +- gnu/packages/package-management.scm | 39 ++++-------- guix/build/compile.scm | 18 ++---- guix/build/download-nar.scm | 6 +- guix/build/download.scm | 28 +++------ guix/build/make-bootstrap.scm | 4 +- guix/build/syscalls.scm | 56 ++++++++--------- guix/build/union.scm | 21 +++++-- guix/ftp-client.scm | 8 +-- guix/http-client.scm | 2 +- guix/inferior.scm | 10 ++- guix/scripts/pack.scm | 6 +- guix/scripts/substitute.scm | 6 +- guix/self.scm | 95 +++++++---------------------- guix/ssh.scm | 12 ++-- guix/status.scm | 6 +- guix/store.scm | 9 +-- guix/ui.scm | 9 +-- tests/publish.scm | 6 +- tests/status.scm | 6 +- tests/store.scm | 6 +- 23 files changed, 131 insertions(+), 235 deletions(-) --=20 2.20.1