diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2021-10-05 12:40:22 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2021-10-07 09:26:35 -0700 |
commit | bcfbfbb343cc8ebe415fce042f5d0b1a1c488f69 (patch) | |
tree | b23e076a4a67cb97b4a83b44a8826e77cd6a6468 /mesonbuild/backend/vs2010backend.py | |
parent | dfec4385a74fb0530733d008bd2afce278bc486e (diff) | |
download | meson-bcfbfbb343cc8ebe415fce042f5d0b1a1c488f69.zip meson-bcfbfbb343cc8ebe415fce042f5d0b1a1c488f69.tar.gz meson-bcfbfbb343cc8ebe415fce042f5d0b1a1c488f69.tar.bz2 |
modules/gnome: deprecate yelp variadic sources
Yelp currently can take sources two different ways, the first is via
variadic arguments, the second is by a keyword argument. If the keyword
is passed then the variadic arguments are silently ignored, which is
obviously not ideal. Fortunately the variadic form was never documented,
and is likely not in wide use.
This patch fixes it by deprecating the variadic form, and warning if
both are passed. It does not change behavior as someone may be relying
on it.
Diffstat (limited to 'mesonbuild/backend/vs2010backend.py')
0 files changed, 0 insertions, 0 deletions