]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: "_first_array" parameter for params-array is variadic too
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 2 Mar 2021 16:55:25 +0000 (17:55 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 13 Mar 2021 20:23:02 +0000 (21:23 +0100)
commita2b2dfbaa08683a3ae7f6c50f453cdb80327bf1f
tree17da26e48e5ad7da53a44e876be63b04464ce84e
parentda04ee78074a71798faf7fedf1dd0c22cef574e5
codegen: "_first_array" parameter for params-array is variadic too

Not following this resulted in mismatching signature assumptions between
caller and callee if the callable throws an error.
codegen/valaccodemethodmodule.vala
tests/Makefile.am
tests/methods/params-array-with-throws.vala [new file with mode: 0644]