civodul pushed a change to branch master in repository guix. from 0502a30d31 gnu: Add meteo-qt. new b5e567bb2b git: Override the user’s ‘core.autocrlf’ settings. new b17268b53e doc: Emacs Packages: Remove outdated commentary on testing. new d867facecb gnu: microscheme: Remove dependency on clang and cppcheck. new 2caa8cb26f gnu: microscheme: Use gexps. new 0f69a4df16 gnu: cppcheck: Update to 2.17.1. new c44495bb10 cache: Remove unused import. new 5525315092 utils: Add #:sync? parameter to ‘with-atomic-file-output’. new 3271843122 substitutes: Ignore corrupt cached narinfos. new dfac0a5a95 guix: Avoid ‘fdatasync’ call for caches and regular files. new dd94798552 daemon: Catch SIGINT, SIGTERM, and SIGHUP for proper termination.
The 10 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: doc/contributing.texi | 9 +----- gnu/local.mk | 2 +- gnu/packages/avr-xyz.scm | 20 ++++++------ gnu/packages/check.scm | 6 ++-- .../cppcheck-disable-char-signedness-test.patch | 27 ---------------- .../patches/cppcheck-fix-basedir-test.patch | 36 ++++++++++++++++++++++ guix/cache.scm | 1 - guix/git-authenticate.scm | 5 +-- guix/git.scm | 18 ++++++++--- guix/http-client.scm | 5 +-- guix/scripts/discover.scm | 3 +- guix/scripts/style.scm | 5 +-- guix/substitutes.scm | 5 ++- guix/utils.scm | 14 ++++++--- nix/nix-daemon/nix-daemon.cc | 22 +++++++++++++ 15 files changed, 112 insertions(+), 66 deletions(-) delete mode 100644 gnu/packages/patches/cppcheck-disable-char-signedness-test.patch create mode 100644 gnu/packages/patches/cppcheck-fix-basedir-test.patch