]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Report error for public creation methods of abstract classes
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 12 Mar 2019 09:29:46 +0000 (10:29 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 17 Mar 2019 18:40:19 +0000 (19:40 +0100)
commit2caef4facc1da5c390b94fa11ae52f51d6fc8d6d
tree206dee6d05b4450451a494f06aedbbf678937705
parentf4b86c1e2aa0b74f843fc64de919390f6af46952
vala: Report error for public creation methods of abstract classes

Only report a warning for external creation methods to reduce the initial
fallout.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/766
tests/Makefile.am
tests/objects/constructor-abstract-public.test [new file with mode: 0644]
vala/valaclass.vala