aboutsummaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-10-12 11:51:13 +0200
committerLudovic Courtès <ludo@gnu.org>2020-10-12 18:23:47 +0200
commitd3162b98a824a32ce955de18b9b891fbc4342d44 (patch)
tree6fff9c79044bf24c926230b6d047035fa8b132f6 /gnu/services
parent75e72dd34ef7001ac16e1abfd117672378326aad (diff)
downloadguix-d3162b98a824a32ce955de18b9b891fbc4342d44.tar.gz
guix-d3162b98a824a32ce955de18b9b891fbc4342d44.zip
tests: Add missing copyright line.
* tests/channels.scm: Add copyright line for past changes.
Diffstat (limited to 'gnu/services')
0 files changed, 0 insertions, 0 deletions
check): Refer to TYPE in an unquoted context so 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