From: "Ludovic Courtès" <ludo@gnu.org>
To: 34007@debbugs.gnu.org
Subject: [bug#34007] [PATCH 0/5] Drop Guile 2.0 support
Date: Mon, 7 Jan 2019 11:47:00 +0100 [thread overview]
Message-ID: <20190107104700.6375-1-ludo@gnu.org> (raw)
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’.
Ludovic Courtès (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(-)
--
2.20.1
next reply other threads:[~2019-01-07 10:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-07 10:47 Ludovic Courtès [this message]
2019-01-07 10:48 ` [bug#34007] [PATCH 1/5] build: Require Guile 2.2 Ludovic Courtès
2019-01-07 10:48 ` [bug#34007] [PATCH 2/5] maint: Remove 'cond-expand' forms for Guile 2.0 Ludovic Courtès
2019-01-07 10:48 ` [bug#34007] [PATCH 3/5] download: Remove Guile 2.0 workaround Ludovic Courtès
2019-01-07 10:48 ` [bug#34007] [PATCH 4/5] Remove most uses of the _IO*F constants Ludovic Courtès
2019-01-07 10:48 ` [bug#34007] [PATCH 5/5] self: Drop support for Guix < 0.15 on Guile 2.0 Ludovic Courtès
2019-01-09 14:44 ` bug#34007: [PATCH 0/5] Drop Guile 2.0 support Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190107104700.6375-1-ludo@gnu.org \
--to=ludo@gnu.org \
--cc=34007@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).