]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Warn about usage of override to implement abstract interface methods e9c5f4ab09b9ca66241e863b7d333ecc6bb4c38c
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 5 Apr 2020 12:45:34 +0000 (14:45 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 5 Apr 2020 14:08:18 +0000 (16:08 +0200)
commite9c5f4ab09b9ca66241e863b7d333ecc6bb4c38c
tree21ac7087e5492f4f587e6954bd66f080831cb0c9
parent9f3249212112526353d41b875bf56b2eac6e9a47
vala: Warn about usage of override to implement abstract interface methods

Fixes criticals in GAsyncModule.visit_method()

    vala_symbol_get_parent_symbol: assertion 'self != NULL' failed

which were introduced with 12db9b7eeb1f53975010d89839d554b5fcf99831
tests/Makefile.am
tests/objects/interface-abstract-async-override.vala [new file with mode: 0644]
vala/valamethod.vala