aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/newt/page.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-12-30 10:39:03 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-12-30 10:41:39 +0200
commit4303e33c8636d9c3bfe03758f25636efa9674af9 (patch)
tree6b0d980f1d45259eefcc91d861f5b00efb8d326c /gnu/installer/newt/page.scm
parent189cd35a2a4260ebfaef5ff1bfc3921661e556f8 (diff)
downloadguix-4303e33c8636d9c3bfe03758f25636efa9674af9.tar.gz
guix-4303e33c8636d9c3bfe03758f25636efa9674af9.zip
gnu: kjumpingcube: Update to 20.12.0.
* gnu/packages/games.scm (kjumpingcube): Update to 20.12.0. [source]: Download from new upstream URI.
Diffstat (limited to 'gnu/installer/newt/page.scm')
0 files changed, 0 insertions, 0 deletions
pan class='msg-tooltip'>* 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 2016-07-14records: Improve reporting of invalid field specifiers....Fixes <http://bugs.gnu.org/23969>. Reported by Vincent Legoll <vincent.legoll@gmail.com>. * guix/records.scm (report-invalid-field-specifier): New procedure. * tests/records.scm ("define-record-type* & wrong field specifier"): New test. Ludovic Courtès