GNOME Bugzilla – Bug 673973
Fix signature mismatch with GLib.TraverseFunc
Last modified: 2012-04-13 13:15:00 UTC
Causes build problems in jhbuild make[2]: Entering directory `/data/src/jhbuild/dconf/bin' VALAC dconf_vala.stamp dconf-dump.vala:90.16-90.23: error: Argument 1: Cannot convert from `DConfLoadState.add' to `GLib.TraverseFunc' tree.foreach (list.add); ^^^^^^^^ Compilation failed: 1 error(s), 0 warning(s)
Created attachment 211910 [details] [review] Fix signature mismatch with GLib.TraverseFunc * Using vala 0.18
Review of attachment 211910 [details] [review]: I love when we need to make changes to git dconf to remain compatible with git vala and doing so breaks our compatibility with every released tarball of vala. Please apply to master only. I guess this means that I'll have to wait for a vala tarball before I can do a release...
(In reply to comment #2) > I love when we need to make changes to git dconf to remain compatible with git > vala and doing so breaks our compatibility with every released tarball of vala. Nasty. > Please apply to master only. Done.
(In reply to comment #3) > Nasty. I talked to Jürg yesterday and he says that Vala is going to try harder to follow the GNOME release cycle when it comes to tarballs. This should solve the problem.