2022-08-29 23:45:05

by Frank Rowand

[permalink] [raw]
Subject: [PATCH v3 0/2] begin KTAP spec v2 process

From: Frank Rowand <[email protected]>

The process to create version 2 of the KTAP Specification is documented
in email discussions. I am attempting to capture this information at

https://elinux.org/Test_Results_Format_Notes#KTAP_version_2

I am already not following the suggested process, which says:
"...please try to follow this principal of one major topic per email
thread." I think that is ok in this case because the two patches
are related and (hopefully) not controversial.

Changes since patch version 2:
- correct version 1 change text
- version 1 patch 2/2 had not yet been applied when I created version 2,
refresh version 2 patch 2/2 for new context

Changes since patch version 1:
- drop patch 2/2. Jonathan Corbet has already applied this patch
into version 1 of the Specification
- add new patch 2/2

Frank Rowand (2):
ktap_v2: change version to 2-rc in KTAP specification
ktap_v2: change "version 1" to "version 2" in examples

Documentation/dev-tools/ktap.rst | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)

--
Frank Rowand <[email protected]>


2022-08-30 22:47:55

by Frank Rowand

[permalink] [raw]
Subject: Re: [PATCH v3 0/2] begin KTAP spec v2 process

On 8/29/22 18:31, [email protected] wrote:
> From: Frank Rowand <[email protected]>
>
> The process to create version 2 of the KTAP Specification is documented
> in email discussions. I am attempting to capture this information at
>
> https://elinux.org/Test_Results_Format_Notes#KTAP_version_2
>
> I am already not following the suggested process, which says:
> "...please try to follow this principal of one major topic per email
> thread." I think that is ok in this case because the two patches
> are related and (hopefully) not controversial.
>
> Changes since patch version 2:
> - correct version 1 change text
> - version 1 patch 2/2 had not yet been applied when I created version 2,
> refresh version 2 patch 2/2 for new context
>
> Changes since patch version 1:
> - drop patch 2/2. Jonathan Corbet has already applied this patch
> into version 1 of the Specification
> - add new patch 2/2
>
> Frank Rowand (2):
> ktap_v2: change version to 2-rc in KTAP specification
> ktap_v2: change "version 1" to "version 2" in examples
>
> Documentation/dev-tools/ktap.rst | 25 +++++++++++++------------
> 1 file changed, 13 insertions(+), 12 deletions(-)
>

The process for developing KTAP spec v2 and the status of proposals
and accepted patches can be found at:

https://elinux.org/Test_Results_Format_Notes#KTAP_version_2