[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63135] [PATCH 0/3] MATCH-RECROD improvements
From: |
( |
Subject: |
[bug#63135] [PATCH 0/3] MATCH-RECROD improvements |
Date: |
Thu, 27 Apr 2023 23:04:49 +0100 |
Hello Guix,
Here are three patches pertaining to MATCH-RECORD; the first mostly by Josselin
Poiret, with modifications, and the latter two by me. The former two improve
MATCH-RECORD's error reporting, and the last removes a TODO by adding support in
MATCH-RECORD for unpacking the values of fields marked THUNKED and DELAYED!
-- (
( (3):
records: match-record: Raise a syntax error if TYPE is nonexistent.
records: match-record: Display more helpful field-not-found error.
records: match-record: Support thunked and delayed fields.
guix/records.scm | 95 ++++++++++++++++++++++++++++++-----------------
tests/records.scm | 29 +++++++++++++++
2 files changed, 89 insertions(+), 35 deletions(-)
--
2.39.2
- [bug#63135] [PATCH 0/3] MATCH-RECROD improvements,
( <=
- [bug#63135] [PATCH 1/3] records: match-record: Raise a syntax error if TYPE is nonexistent., (, 2023/04/27
- [bug#63135] [PATCH v2 0/5] MATCH-RECORD improvements, (, 2023/04/28
- [bug#63135] [PATCH v2 1/5] records: match-record: Raise a syntax error if TYPE is nonexistent., (, 2023/04/28
- [bug#63135] [PATCH v2 5/5] records: Add MATCH-RECORD-LAMBDA., (, 2023/04/28
- [bug#63135] [PATCH v2 2/5] records: match-record: Display more helpful field-not-found error., (, 2023/04/28
- [bug#63135] [PATCH v2 3/5] records: match-record: Support thunked and delayed fields., (, 2023/04/28
- [bug#63135] [PATCH v2 4/5] dir-locals: Fix MATCH-RECORD indentation., (, 2023/04/28