Re: [RFC PATCH] tests/9p: introduce declarative function calls

2022-06-29 Thread Christian Schoenebeck
On Mittwoch, 29. Juni 2022 09:35:02 CEST Greg Kurz wrote: > Hi Christian, Hi Greg, first off, this RFC patch was really just yet intended for discussing the high aspect coding style idea of using named function arguments in general (with a random example), i.e. checking acceptance, but also to se

Re: [RFC PATCH] tests/9p: introduce declarative function calls

2022-06-29 Thread Greg Kurz
Hi Christian, On Fri, 24 Jun 2022 19:46:18 +0200 Christian Schoenebeck wrote: > There are currently 3 different functions for sending a 9p 'Twalk' > request. They are all doing the same thing, just in a slightly different > way and with slightly different function arguments. > > Merge those 3 f