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

2021-07-23 Thread Mahmoud Mandour
On Thu, Jul 22, 2021 at 9:12 AM Mahmoud Mandour wrote: > 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="

[PATCH v3 00/13] new plugin argument passing scheme

2021-07-22 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