emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#34007: closed ([PATCH 0/5] Drop Guile 2.0 support)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34007: closed ([PATCH 0/5] Drop Guile 2.0 support)
Date: Wed, 09 Jan 2019 14:45:02 +0000

Your message dated Wed, 09 Jan 2019 15:44:51 +0100
with message-id <address@hidden>
and subject line Re: [bug#34007] [PATCH 0/5] Drop Guile 2.0 support
has caused the debbugs.gnu.org bug report #34007,
regarding [PATCH 0/5] Drop Guile 2.0 support
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34007: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34007
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/5] Drop Guile 2.0 support Date: Mon, 7 Jan 2019 11:47:00 +0100
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#34007] [PATCH 0/5] Drop Guile 2.0 support Date: Wed, 09 Jan 2019 15:44:51 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Ludovic Courtès <address@hidden> skribis:

> This removes Guile 2.0 support, which in turn in a first step towards
> Guile 2.9/3.0 support.

Pushed!

  6e54e488c6 self: Drop support for Guix < 0.15 on Guile 2.0.
  76832d3420 Remove most uses of the _IO*F constants.
  c3d9bca48a download: Remove Guile 2.0 workaround.
  a65177a657 maint: Remove 'cond-expand' forms for Guile 2.0.
  0991fd5336 build: Require Guile 2.2.

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]