]> www.infradead.org Git - users/dhowells/kafs-utils.git/commit
rxgen: Always check type of objects in a bulk list when encoding arguments
authorDavid Howells <dhowells@redhat.com>
Tue, 13 May 2014 20:24:30 +0000 (21:24 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 13 May 2014 20:24:49 +0000 (21:24 +0100)
commit3dd5e7b82ffbbd7ec29a906cd58fecbe8b08061f
tree6f05196349711e9568394eff067ce4a554ef8be6
parentab101fb7ae11e4fb1a2fef15a0791805fbcccba0
rxgen: Always check type of objects in a bulk list when encoding arguments

We should always check the type of the objects in a bulk list when we're
encoding them as part of an argument (or result) list.  Previously we only did
this when we needed to fold things like arrays of ints into an object.

Signed-off-by: David Howells <dhowells@redhat.com>
rxgen/emit_py_types.pm