aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2020-10-02 14:34:52 +0200
committerMathieu Othacehe <othacehe@gnu.org>2020-10-02 14:34:52 +0200
commit7db32c94b0b7d7fe0896389772f7cda802536693 (patch)
treea96eee1583c42b363bd66557cec9427c0a1379d9 /gnu/installer
parentd27dbeb9d8f6c3a4c1d2fdbeb432717c119b73d1 (diff)
downloadguix-7db32c94b0b7d7fe0896389772f7cda802536693.tar.gz
guix-7db32c94b0b7d7fe0896389772f7cda802536693.zip
gnu: guix: Update to 1.1.0-28.d27dbeb.
* gnu/packages/package-management.scm (guix): Update to 1.1.0-28.d27dbeb.
Diffstat (limited to 'gnu/installer')
0 files changed, 0 insertions, 0 deletions
we get at the RTD. * tests/records.scm ("ABI checks"): Adjust 'catch' handler to changes in the 'record-abi-mismatch-error' arguments. Ludovic Courtès 2018-05-23records: Insert record type ABI checks in constructors....* guix/records.scm (print-record-abi-mismatch-error): New procedure. <top level>: Add 'set-exception-printer!' call. (current-abi-identifier, abi-check): New procedures. (make-syntactic-constructor): Add #:abi-cookie parameter. Insert calls to 'abi-check'. (define-record-type*)[compute-abi-cookie]: New procedure. Use it and emit a definition of the 'current-abi-identifier' for TYPE. * tests/records.scm ("ABI checks"): New test. Ludovic Courtès