Skip to content

Commit ea4a0d9

Browse files
committed
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/
1 parent f3800bf commit ea4a0d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SoC-2025-Microprojects.md

+5
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,8 @@ There should be only one kind of change per commit. For example if one
206206
of your commits indents test bodies with TABs, instead of spaces, then
207207
this should be the only kind of change in this commit.
208208

209+
#### Notes
210+
- only work on t/t????-*.sh scripts.
211+
- pick just one script (so as to avoid exhausting the pool for other candidates).
212+
- only convert `test -[def]` instances which semantically are assertions
213+
(i.e. used as part of a &&-chain).

0 commit comments

Comments
 (0)