From ea4a0d939d22e87480bdcda22413b47de5d8169d Mon Sep 17 00:00:00 2001 From: Karthik Nayak Date: Mon, 24 Mar 2025 15:16:17 +0100 Subject: [PATCH] microprojects: add notes for the 2025 microproject list From an ongoing discussion on the mailing list [1], it would be nice to add some notes to the 'Modernize a test script' microproject. Let's do that. [1]: https://lore.kernel.org/all/CAPig+cRm+sc+Rk-4SuQ5CrPeZLG2Nzz9B7+6OZxCq7tV5mzmBA@mail.gmail.com/ --- SoC-2025-Microprojects.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SoC-2025-Microprojects.md b/SoC-2025-Microprojects.md index 82d725166..67be0f91c 100644 --- a/SoC-2025-Microprojects.md +++ b/SoC-2025-Microprojects.md @@ -206,3 +206,8 @@ There should be only one kind of change per commit. For example if one of your commits indents test bodies with TABs, instead of spaces, then this should be the only kind of change in this commit. +#### Notes +- only work on t/t????-*.sh scripts. +- pick just one script (so as to avoid exhausting the pool for other candidates). +- only convert `test -[def]` instances which semantically are assertions + (i.e. used as part of a &&-chain).