aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/cups.scm
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2020-10-30 15:47:09 +0100
committerRicardo Wurmus <rekado@elephly.net>2020-12-09 12:12:20 +0100
commitaa311eaa741b5787e3292fb55c8c6aa043a9f4dc (patch)
tree4830bf2288179d0678aab435464863971cf20e33 /gnu/tests/cups.scm
parent70ab99096d2950936e1c8f843c1d067925473752 (diff)
downloadguix-aa311eaa741b5787e3292fb55c8c6aa043a9f4dc.tar.gz
guix-aa311eaa741b5787e3292fb55c8c6aa043a9f4dc.zip
gnu: r-biocgenerics: Update to 0.36.0.
* gnu/packages/bioconductor.scm (r-biocgenerics): Update to 0.36.0.
Diffstat (limited to 'gnu/tests/cups.scm')
0 files changed, 0 insertions, 0 deletions
d>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