aboutsummaryrefslogtreecommitdiff
path: root/etc/init.d
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-04-28 17:59:58 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-04-29 20:27:57 +0200
commit70af2c313789c7d716b48b7c1d39bfa54280584a (patch)
treebaadd2429a729a3fe8009e22e61e938ec51461d4 /etc/init.d
parent8e08912fcd74be63e3bbfea1d6041f305091b814 (diff)
downloadguix-70af2c313789c7d716b48b7c1d39bfa54280584a.tar.gz
guix-70af2c313789c7d716b48b7c1d39bfa54280584a.zip
gnu: r-protgenerics: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-protgenerics): Update to 1.32.0.
Diffstat (limited to 'etc/init.d')
0 files changed, 0 insertions, 0 deletions
m (abi-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