summaryrefslogtreecommitdiff
path: root/tests/records.scm
AgeCommit message (Expand)AuthorFilesLines
2026-03-29records: Warn about shadowing due to inherited field value bindings.Ludovic Courtès1-0/+20
2026-03-20records: Let thunked fields refer to their inherited value.Ludovic Courtès1-1/+65
2023-06-04tests: records: Add test for ellipsis in body.Josselin Poiret1-0/+13
2023-06-04records: Add MATCH-RECORD-LAMBDA.(unmatched-parenthesis ew syntax1-0/+12
2023-06-04records: match-record: Support thunked and delayed fields.(unmatched-parenthesis d1-0/+29
2022-12-27records: match-record supports specifying a different variable name.Attila Lendvai1-2/+2
2022-12-02records: 'match-record' checks fields at macro-expansion time.Ludovic Courtès1-0/+33
2022-07-01tests: Add sanitizer test.Ludovic Courtès1-1/+11
2021-08-12records: Support field sanitizers.Ludovic Courtès1-0/+38
2021-04-29diagnostics, ui: Adjust to 'read-error' and 'syntax-error' in Guile 3.0.6.Ludovic Courtès1-4/+14
2020-01-16records: Improve reporting of "invalid field specifier" errors.Ludovic Courtès1-3/+31
2019-03-30records: Support custom 'this' identifiers.Ludovic Courtès1-0/+18
2019-03-25records: Allow thunked fields to refer to 'this-record'.Ludovic Courtès1-0/+40
2019-01-22records: Detect duplicate field initializers.Ludovic Courtès1-1/+25
2018-08-31records: Adjust to test changes in 'record-abi-mismatch-error'.Ludovic Courtès1-2/+3
2018-05-23records: Insert record type ABI checks in constructors.Ludovic Courtès1-1/+29
2016-07-14records: Improve reporting of invalid field specifiers.Ludovic Courtès1-1/+28
2016-04-03build: Add a Guile custom test driver using SRFI-64.Mathieu Lirzin1-3/+0
2015-06-11tests: Avoid sequence of zero expressions.Ludovic Courtès1-1/+1
2015-06-11records: Add support for 'innate' fields.Ludovic Courtès1-0/+30
2015-01-19records: Add support for delayed fields.Ludovic Courtès1-1/+46
2014-07-17records: Report unknown field names in inheriting forms.Ludovic Courtès1-1/+16
2014-07-17records: Add tests for error cases.Ludovic Courtès1-1/+41
2013-10-15records: define-record-type*: Field bindings are bound with 'let*'.Ludovic Courtès1-3/+3
2013-07-10records: `recutils->alist' recognizes lines starting with a `+'.Ludovic Courtès1-0/+10
2013-07-10records: `alist->record' supports multiple-field occurrences.Ludovic Courtès1-0/+6
2013-07-10records: `recutils->alist' recognizes comments.Ludovic Courtès1-2/+12
2013-07-10records: Add `recutils->alist' for public consumption.Ludovic Courtès1-0/+17
2013-05-12Move record utilities to (guix records).Ludovic Courtès1-0/+137