]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Don't try to infer error argument on async begin methods
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 4 Feb 2018 09:28:59 +0000 (10:28 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 4 Feb 2018 10:08:54 +0000 (11:08 +0100)
commit8798b1c89e36fa109e9a578b3ad255a85933d70e
tree1479dc87542866a30bfad61d56ac1f79093aea6a
parentdf4a09baeaa47e300782a5f0017cec96e2a8e2ad
codegen: Don't try to infer error argument on async begin methods

Only the async finish method might have an error parameter.

Regression of 527dac8050fe90d7a28619383f11e968ab5c9a77

https://bugzilla.gnome.org/show_bug.cgi?id=793158
codegen/valaccodemethodcallmodule.vala
tests/Makefile.am
tests/asynchronous/bug793158.vala [new file with mode: 0644]