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 682719 - eds test fails to compile
eds test fails to compile
Status: RESOLVED FIXED
Product: folks
Classification: Platform
Component: e-d-s backend
git master
Other Linux
: Normal normal
: Unset
Assigned To: folks-maint
folks-maint
Depends on:
Blocks:
 
 
Reported: 2012-08-26 11:41 UTC by Sjoerd Simons
Modified: 2012-08-28 23:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sjoerd Simons 2012-08-26 11:41:27 UTC
Using git folks and git eds i get:

 VALAC  libeds_test_la_vala.stamp
backend.vala:278.7-278.30: warning: E.Client.remove has been deprecated since 3.6
backend.vala:278.7-278.36: warning: E.Client.remove has been deprecated since 3.6
backend.vala:282.25-282.48: warning: E.Client.remove has been deprecated since 3.6
backend.vala:282.25-282.52: warning: E.Client.remove has been deprecated since 3.6
Compilation failed: 0 error(s), 4 warning(s)
make: *** [libeds_test_la_vala.stamp] Error 1
Comment 1 Philip Withnall 2012-08-28 23:26:59 UTC
commit 2dcbc92fc2707a96ea10ac70204544b7df42b143
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Aug 29 00:04:31 2012 +0100

    Bug 682719 — eds test fails to compile
    
    Don’t use deprecated EDS API in the EDS tests. The replacement API doesn’t
    require a dependency version bump.
    
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=682719

 NEWS                       |  1 +
 tests/lib/eds/backend.vala | 30 ++++++++++++------------------
 2 files changed, 13 insertions(+), 18 deletions(-)