After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 796104 - Tracker.DBInterface.create_statement() is not abstract
Tracker.DBInterface.create_statement() is not abstract
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
git master
Other Linux
: High major
: ---
Assigned To: tracker-general
tracker-general
Depends on:
Blocks:
 
 
Reported: 2018-05-14 14:03 UTC by Rico Tzschichholz
Modified: 2018-05-16 15:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libtracker-data: DBInterface.create_statement() may not be abstract in vala (1.15 KB, patch)
2018-05-14 14:06 UTC, Rico Tzschichholz
committed Details | Review

Description Rico Tzschichholz 2018-05-14 14:03:14 UTC
Vala will throw an error on variadic methods which are declared overrideable.

http://paldo.org:8010/builders/vala-staging/builds/534/steps/tracker/logs/stdio
Comment 1 Rico Tzschichholz 2018-05-14 14:06:29 UTC
Created attachment 372014 [details] [review]
libtracker-data: DBInterface.create_statement() may not be abstract in vala
Comment 2 Michael Catanzaro 2018-05-16 15:08:55 UTC
Attachment 372014 [details] pushed as 2eedcef - libtracker-data: DBInterface.create_statement() may not be abstract in vala