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 772149 - overrides with incompatible types
overrides with incompatible types
Status: RESOLVED FIXED
Product: libgee
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: libgee-maint
libgee-maint
Depends on:
Blocks: 641418
 
 
Reported: 2016-09-28 23:45 UTC by Matthias Berndt
Modified: 2016-09-29 13:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (4.73 KB, patch)
2016-09-28 23:45 UTC, Matthias Berndt
committed Details | Review

Description Matthias Berndt 2016-09-28 23:45:24 UTC
Created attachment 336478 [details] [review]
patch

Hey,

while trying to fix vala compiler bug 641418, I found some methods that were overridden with incompatible types. The attached patch fixes these.
Comment 1 Rico Tzschichholz 2016-09-29 13:52:30 UTC
commit 77ce16886468dd3118534988f74710183c042fec
Author: Matthias Berndt <matthias_berndt@gmx.de>
Date:   Thu Sep 29 01:42:29 2016 +0200

    Fix overrides with non-matching types