diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2021-08-27 11:32:42 -0400 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2021-10-09 18:13:34 -0400 |
commit | 709d151eb944d764b35008ca3275b02bd16a765d (patch) | |
tree | ed731fc59be4131eb3b8f2cc9e5951b4899f07a6 /mesonbuild/compilers | |
parent | 329d111709ab5c5140f75f29c7176c9546de5770 (diff) | |
download | meson-709d151eb944d764b35008ca3275b02bd16a765d.zip meson-709d151eb944d764b35008ca3275b02bd16a765d.tar.gz meson-709d151eb944d764b35008ca3275b02bd16a765d.tar.bz2 |
typed_kwargs: Fix when ContainerTypeInfo is used in a tuple
info.types could be a tuple like (str, ContainerTypeInfo()). That means
we have to check types one by one and only print error if none of them
matched.
Also fix the case when default value is None for a container type, it
should leave the value to None to be able to distinguish between unset
and empty list.
Diffstat (limited to 'mesonbuild/compilers')
0 files changed, 0 insertions, 0 deletions