]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Correctly return FALSE on uncaught error in async ctor
authorRico Tzschichholz <ricotz@ubuntu.com>
Fri, 26 Jan 2024 07:13:03 +0000 (08:13 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 28 Jan 2024 15:24:02 +0000 (16:24 +0100)
commit8a4536c3569c010413da1935a15294d73f3fde8f
tree1384bf7eff24ada9ed8824501ae36cdbac977676
parentb9eda0261648c6b4dcc5073dbf26031441661c03
codegen: Correctly return FALSE on uncaught error in async ctor

Found by -Werror=int-conversion
codegen/valagerrormodule.vala
tests/Makefile.am
tests/asynchronous/creation-method-uncaught.c-expected [new file with mode: 0644]
tests/asynchronous/creation-method-uncaught.vala [new file with mode: 0644]