aboutsummaryrefslogtreecommitdiff
path: root/tests/records.scm
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2021-03-11 20:53:15 +0000
committerLudovic Courtès <ludo@gnu.org>2021-03-19 22:32:40 +0100
commit6457985e39d794c0f44d953d475aa19c41025d00 (patch)
tree91b7a61e434fdab56399c251adfbbe96e283276f /tests/records.scm
parentc4d616f7c665921e1329c75cd2d0cf05094b1306 (diff)
downloadguix-6457985e39d794c0f44d953d475aa19c41025d00.tar.gz
guix-6457985e39d794c0f44d953d475aa19c41025d00.zip
gnu: abseil-cpp: Patch sterror_test.
* gnu/packages/patches/abseil-cpp-fix-gtest.patch: Renamed file. * gnu/packages/patches/abseil-cpp-fix-strerror_test.patch: New file. * gnu/local.mk (dist_patch_DATA): Rename / add files. * gnu/packages/cpp.scm (abseil-cpp)[source]: Use files. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'tests/records.scm')
0 files changed, 0 insertions, 0 deletions
mit/tests/records.scm?id=7874bbbb9f09cc14ea3e179fd0fa10da5f90cfc7'>records: 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