GNOME Bugzilla – Bug 793158
Faulty argument replacement in async begin calls
Last modified: 2018-02-04 10:08:17 UTC
async .begin methods do not have error arguments and should not be handled. This is a regression of https://bugzilla.gnome.org/show_bug.cgi?id=614294 https://git.gnome.org/browse/vala/commit/?id=527dac8050fe90d7a28619383f11e968ab5c9a77
Created attachment 367874 [details] [review] 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
Attachment 367874 [details] pushed as f53f568 - codegen: Don't try to infer error argument on async begin methods