]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Emit GType definition for error domains
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 17 Nov 2018 21:22:03 +0000 (22:22 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 24 Feb 2022 18:59:24 +0000 (19:59 +0100)
commitda4ff03c5ca427cf7cc4574f52f5190dc1b0dfb9
tree184fd1c8e207f2ee137b2d9bded274a855e4bb37
parenta1530007a7c1b829cdf5876f4090d30b502c1bc3
codegen: Emit GType definition for error domains

Fixes https://gitlab.gnome.org/GNOME/vala/issues/699
46 files changed:
codegen/Makefile.am
codegen/valaccode.vala
codegen/valaccodeattribute.vala
codegen/valaerrordomainregisterfunction.vala [new file with mode: 0644]
codegen/valagerrormodule.vala
codegen/valagirwriter.vala
codegen/valagtypemodule.vala
codegen/valatyperegisterfunction.vala
tests/asynchronous/bug793158.c-expected
tests/asynchronous/catch-error-scope.c-expected
tests/asynchronous/catch-in-finally.c-expected
tests/asynchronous/out-parameter-free-on-error.c-expected
tests/basic-types/default-gtype.c-expected
tests/control-flow/bug764440.c-expected
tests/control-flow/lock-if-throw.c-expected
tests/dbus/errors_client.c-expected
tests/dbus/errors_server.c-expected
tests/delegates/error-pos.c-expected
tests/delegates/params-array-with-throws.c-expected
tests/delegates/variadic.c-expected
tests/errors/bug567181.c-expected
tests/errors/bug579101.c-expected
tests/errors/bug623049.c-expected
tests/errors/bug778224.c-expected
tests/errors/catch-error-code.c-expected
tests/errors/catch-in-finally.c-expected
tests/errors/default-gtype.c-expected
tests/errors/delegate-throws-error-code.c-expected
tests/errors/errorcode.c-expected
tests/errors/errordomain-static-method.c-expected
tests/errors/errordomain.c-expected
tests/errors/errors.c-expected
tests/errors/loops.c-expected
tests/errors/method-throws-error-code.c-expected
tests/errors/unhandled.c-expected
tests/genie/exception.c-expected
tests/girwriter/GirTest-1.0.gir-expected
tests/girwriter/girtest.vala
tests/girwriter/girtest.vapi-expected
tests/girwriter/girtest.vapigen-expected
tests/methods/bug781061.c-expected
tests/methods/parameter-out-free-on-error.c-expected
tests/methods/params-array-with-throws.c-expected
tests/methods/print-attribute.c-expected
tests/objects/signals-error-marshal.c-expected
vala/valaerrorcode.vala