aboutsummaryrefslogtreecommitdiff
path: root/guix/records.scm
Commit message (Expand)AuthorAge
* records: Remove "guix" from error message.Ludovic Courtès2023-06-09
* records: Use SRFI-11 instead of SRFI-71, for Guile 2.0 compatibility.Ludovic Courtès2023-06-06
* records: match-record: Do not show internal form.Josselin Poiret2023-06-04
* records: Add MATCH-RECORD-LAMBDA.(unmatched-parenthesis ew syntax2023-06-04
* records: match-record: Support thunked and delayed fields.(unmatched-parenthesis d2023-06-04
* records: match-record: Raise a syntax error if TYPE is nonexistent.(unmatched-parenthesis2023-06-04
* guix: Strip #:use-module lists.Ludovic Courtès2023-03-13
* records: match-record supports specifying a different variable name.Attila Lendvai2022-12-27
* records: 'match-record' checks fields at macro-expansion time.Ludovic Courtès2022-12-02
* records: Support field sanitizers.Ludovic Courtès2021-08-12
* records: Have ABI check work well for cross-compilation.Ludovic Courtès2020-04-08
* records: Improve reporting of "invalid field specifier" errors.Ludovic Courtès2020-01-16
* records: Support custom 'this' identifiers.Ludovic Courtès2019-03-30
* records: Allow thunked fields to refer to 'this-record'.Ludovic Courtès2019-03-25
* records: Make 'report-duplicate-field-specifier' available at expansion-time.Ludovic Courtès2019-01-24
* records: Detect duplicate field initializers.Ludovic Courtès2019-01-22
* records: Adjust to test changes in 'record-abi-mismatch-error'.Ludovic Courtès2018-08-31
* records: Adjust 'record-abi-mismatch-error' arguments.Ludovic Courtès2018-08-29
* records: Make a couple of procedures available at expansion time.Ludovic Courtès2018-05-31
* records: Insert record type ABI checks in constructors.Ludovic Courtès2018-05-23
* records: Use 'make-struct/no-tail'.Ludovic Courtès2017-12-01
* guix: records: Add match-record.nee2017-11-05
* records: Slight simplification.Ludovic Courtès2017-04-17
* records: Improve reporting of invalid field specifiers.Ludovic Courtès2016-07-14
* records: Remove unnecessary 'begin'.Ludovic Courtès2015-06-11
* records: Add support for 'innate' fields.Ludovic Courtès2015-06-11
* records: "options" → "properties".Ludovic Courtès2015-06-11
* records: Factorize field property predicates.Ludovic Courtès2015-06-11
* records: Separate default-value handling.Ludovic Courtès2015-06-11
* records: Replace 'eval-when' with a proper 'define-syntax'.Ludovic Courtès2015-06-11
* records: Make 'make-syntactic-constructor' available at load/eval/expand.Ludovic Courtès2015-05-04
* records: Add support for delayed fields.Ludovic Courtès2015-01-19
* make-syntactic-constructor kwarg defaultLudovic Courtès2015-01-19
* records: Factorize value wrapping in the record constructor.Ludovic Courtès2015-01-19
* records: Move 'make-syntactic-constructor' to the top level.Ludovic Courtès2015-01-19
* records: Use keyword parameters for 'make-syntactic-constructor'.Ludovic Courtès2015-01-19
* records: Optimize 'recutils->alist' by avoiding regexps.Ludovic Courtès2015-01-09
* records: Improve the docstring of 'define-record-type*'.Ludovic Courtès2014-10-17
* records: Report unknown field names in inheriting forms.Ludovic Courtès2014-07-17
* records: Factorize error-reporting macro.Ludovic Courtès2014-07-17
* records: define-record-type*: Field bindings are bound with 'let*'.Ludovic Courtès2013-10-15
* records: `recutils->alist' recognizes lines starting with a `+'.Ludovic Courtès2013-07-10
* records: `alist->record' supports multiple-field occurrences.Ludovic Courtès2013-07-10
* records: `recutils->alist' recognizes comments.Ludovic Courtès2013-07-10
* records: Add `recutils->alist' for public consumption.Ludovic Courtès2013-07-10
* Move record utilities to (guix records).Ludovic Courtès2013-05-12