Gentoo Archives: gentoo-dev

From: Ionen Wolkens <ionen@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH v2 0/1] esed
Date: Fri, 03 Jun 2022 14:13:17
Message-Id: YpoW8X4oymq+fmDd@eversor
In Reply to: [gentoo-dev] [PATCH v2 0/1] esed by Ionen Wolkens
1 On Fri, Jun 03, 2022 at 07:36:45AM -0400, Ionen Wolkens wrote:
2 > Nothing fundamentally different until further feedback,
3 > mostly to get eval out of the way.
4 >
5 > Changelog
6 > v2:
7 > - replace use of eval (realized another way works)
8 > - add missing quotes around one _esed_output
9 > - move diff checks inside comparison blocks
10
11 For the record, more work planned so please wait for v3 for
12 further review (may be a bit), albeit any feedback / ideas welcome.
13
14 Right now looking at:
15 - some enewsed fixes or perhaps reimplementation (noticed a meh flaw)
16 - adding a pure bash non-sed replacer suggested by mgorny, e.g. erepl
17 this would be useful to use for simple operations not crippled by sed
18 delimiters, and generally preferable unless need fancy sed stuff
19 - perhaps cut support for some unlikely-anyone-will-need features,
20 like at least `sed s/// file1 file2 > file3` concat, and perhaps
21 requiring files to be always at end of command line or others
22 things which may help simplify (without going full minimal, erepl
23 will be for that).
24
25 >
26 > Ionen Wolkens (1):
27 > esed.eclass: new eclass
28 >
29 > eclass/esed.eclass | 201 +++++++++++++++++++++++++++++++++++++++++++++
30 > 1 file changed, 201 insertions(+)
31 > create mode 100644 eclass/esed.eclass
32 >
33 > --
34 > 2.35.1
35 >
36 >
37
38 --
39 ionen

Attachments

File name MIME type
signature.asc application/pgp-signature