Gentoo Archives: gentoo-dev

From: Ionen Wolkens <ionen@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH v2 0/1] esed
Date: Fri, 03 Jun 2022 11:37:27
Message-Id: 20220603113646.25973-1-ionen@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/2] Add esed.eclass for sed that dies if caused no changes by Ionen Wolkens
1 Nothing fundamentally different until further feedback,
2 mostly to get eval out of the way.
3
4 Changelog
5 v2:
6 - replace use of eval (realized another way works)
7 - add missing quotes around one _esed_output
8 - move diff checks inside comparison blocks
9
10 Ionen Wolkens (1):
11 esed.eclass: new eclass
12
13 eclass/esed.eclass | 201 +++++++++++++++++++++++++++++++++++++++++++++
14 1 file changed, 201 insertions(+)
15 create mode 100644 eclass/esed.eclass
16
17 --
18 2.35.1

Replies

Subject Author
[gentoo-dev] [PATCH v2 1/1] esed.eclass: new eclass Ionen Wolkens <ionen@g.o>
Re: [gentoo-dev] [PATCH v2 0/1] esed Ionen Wolkens <ionen@g.o>