[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63135] [PATCH v2 0/5] MATCH-RECORD improvements
From: |
( |
Subject: |
[bug#63135] [PATCH v2 0/5] MATCH-RECORD improvements |
Date: |
Fri, 28 Apr 2023 20:19:00 +0100 |
This v2 fixes the dir-locals.el file so that it indents MATCH-RECORD
properly and adds a MATCH-RECORD-LAMBDA macro.
( (5):
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.
dir-locals: Fix MATCH-RECORD indentation.
records: Add MATCH-RECORD-LAMBDA.
.dir-locals.el | 3 +-
guix/records.scm | 110 +++++++++++++++++++++++++++++++---------------
tests/records.scm | 41 +++++++++++++++++
3 files changed, 117 insertions(+), 37 deletions(-)
base-commit: d59b4764f3171b1430a6d3b954659b8aab730475
--
2.39.2
- [bug#63135] [PATCH 0/3] MATCH-RECROD improvements, (, 2023/04/27
- [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,
( <=
- [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