GNOME Bugzilla – Bug 768225
No error when try to inherit final class
Last modified: 2018-05-22 15:36:56 UTC
Vala don't report it's error message when programmer try to inherit "final" class. example: public class MyMenu : Menu { public MyMenu(){ append ("Item label", "app.my-action"); } } Program compilation fail on C compiler, with error that GMenuClass is not defined. This is side problem of: https://bugzilla.gnome.org/show_bug.cgi?id=724347 resp. https://bugzilla.gnome.org/show_bug.cgi?id=669541 Some other informations in discussion: https://mail.gnome.org/archives/vala-list/2016-June/msg00077.html
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/vala/issues/545.