Re: [PATCH 00/13] new plugin argument passing scheme

2021-07-17 Thread Mahmoud Mandour
On Sat, Jul 17, 2021, 15:31 Alex Bennée wrote: > > Mahmoud Mandour writes: > > > Hello, > > > > This series removes passing arguments to plugins through "arg=" since > > it's redundant and reduces readability especially when the argument > > itself is composed of a name and a value. > > When you

Re: [PATCH 00/13] new plugin argument passing scheme

2021-07-17 Thread Alex Bennée
Mahmoud Mandour writes: > Hello, > > This series removes passing arguments to plugins through "arg=" since > it's redundant and reduces readability especially when the argument > itself is composed of a name and a value. When you re-roll a series it's useful to add a version tag. You can use -

[PATCH 00/13] new plugin argument passing scheme

2021-07-17 Thread Mahmoud Mandour
Hello, This series removes passing arguments to plugins through "arg=" since it's redundant and reduces readability especially when the argument itself is composed of a name and a value. Also, passing arguments through "arg=" still works but is marked as deprecated and will produce a deprecation