[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (df64d48e6f -> c9cd16c630)
From: |
guix-commits |
Subject: |
branch master updated (df64d48e6f -> c9cd16c630) |
Date: |
Wed, 3 Apr 2024 13:09:49 -0400 (EDT) |
cbaines pushed a change to branch master
in repository guix.
from df64d48e6f maint: Fix help2man for guix subcommands with `make V=2'.
new d439deae12 gnu: sonata: Add gvfs as an input.
new ac19e038b4 Switch order of the default substitute servers.
new d9276a46bf scripts: substitute: Remove side effect warning from
network-error?.
new dcf0cca8d7 scripts: substitute: Allow not using with-timeout in
download-nar.
new ecbab97f07 scripts: substitute: Replace some leave calls with raise.
new 22fa92cf28 store: database: Remove call-with-savepoint and associated
code.
new b914fb9b70 store: database: Remove with-statement and associated code.
new cdd4a0c3c9 store: database: Inline SQL to where it's used.
new 511d68c71d store: database: Stop finalizing prepared statements.
new c6cc9aeb87 store: database: Refactor sqlite-register.
new c9cd16c630 store: database: Rename a couple of procedures.
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.dir-locals.el | 3 -
config-daemon.ac | 2 +-
doc/guix.texi | 4 +-
etc/guix-install.sh | 2 +-
gnu/installer/newt/network.scm | 4 +-
gnu/packages/mpd.scm | 1 +
guix/scripts/substitute.scm | 82 ++++++++------
guix/store.scm | 4 +-
guix/store/database.scm | 238 ++++++++++++++++-------------------------
tests/pack.scm | 2 +-
tests/store-database.scm | 53 +++++----
11 files changed, 179 insertions(+), 216 deletions(-)
- branch master updated (df64d48e6f -> c9cd16c630),
guix-commits <=
- 09/11: store: database: Stop finalizing prepared statements., guix-commits, 2024/04/03
- 01/11: gnu: sonata: Add gvfs as an input., guix-commits, 2024/04/03
- 04/11: scripts: substitute: Allow not using with-timeout in download-nar., guix-commits, 2024/04/03
- 11/11: store: database: Rename a couple of procedures., guix-commits, 2024/04/03
- 03/11: scripts: substitute: Remove side effect warning from network-error?., guix-commits, 2024/04/03
- 02/11: Switch order of the default substitute servers., guix-commits, 2024/04/03
- 05/11: scripts: substitute: Replace some leave calls with raise., guix-commits, 2024/04/03
- 10/11: store: database: Refactor sqlite-register., guix-commits, 2024/04/03
- 06/11: store: database: Remove call-with-savepoint and associated code., guix-commits, 2024/04/03
- 08/11: store: database: Inline SQL to where it's used., guix-commits, 2024/04/03