Re: [Vala] Gtk+ bindings update

2014-08-21 Thread Jim Nelson
I will probably patch the set_default_icon_list() bug today using Evan's suggested patch just because it looks like a time-bomb waiting to go off. It turns out Shotwell has same problem, although that code has been in place since 2010, so the time-bomb has a slow-burning fuse. Shotwell has an

Re: [Vala] Gtk+ bindings update

2014-08-21 Thread Luca Bruno
Right sorry that's due to the GIR. Some things seem wrong. For example Gtk.get_default_language return should be unowned. Why is it owned now? I guess the same goes for all other static methods. On Thu, Aug 21, 2014 at 9:58 PM, Evan Nemerson wrote: > On Thu, 2014-08-21 at 21:39 +0200, Luca Bru

Re: [Vala] Gtk+ bindings update

2014-08-21 Thread Evan Nemerson
On Thu, 2014-08-21 at 21:39 +0200, Luca Bruno wrote: > Certainly that kind of splitting is unfeasible. I understand there are a > bunch of fixes, however applications work somehow and I wouldn't like to > break them. Also, even if Vala is hosted at GNOME, I remind you there's > plenty of projects r

Re: [Vala] Gtk+ bindings update

2014-08-21 Thread Luca Bruno
Certainly that kind of splitting is unfeasible. I understand there are a bunch of fixes, however applications work somehow and I wouldn't like to break them. Also, even if Vala is hosted at GNOME, I remind you there's plenty of projects relying on Vala. Other applications are as important as GNOME

Re: [Vala] Gtk+ bindings update

2014-08-21 Thread Evan Nemerson
They're in the staging branch. For Geary, the relevant error is at http://paldo.org:8010/builders/vala-staging/builds/44/steps/geary/logs/stdio This is due to the binding for Gtk.Window.set_default_icon_list's argument becoming owned. The change is correct according to the annotations in GTK+.

Re: [Vala] Gtk+ bindings update

2014-08-21 Thread Luca Bruno
Sorry the question was for Rico. On Thu, Aug 21, 2014 at 9:04 PM, Jim Nelson wrote: > It's not a requirement. Rico mentioned that these changes affected Geary. > Since it sounds like these changes will either in be 0.26 or 0.28, I was > hoping to see what the problems are now rather than be h

Re: [Vala] Gtk+ bindings update

2014-08-21 Thread Jim Nelson
It's not a requirement. Rico mentioned that these changes affected Geary. Since it sounds like these changes will either in be 0.26 or 0.28, I was hoping to see what the problems are now rather than be hit with them later. That's all. -- Jim On Thu, Aug 21, 2014 at 12:01 PM, Luca Bruno w

Re: [Vala] Gtk+ bindings update

2014-08-21 Thread Luca Bruno
Why is it a requirement? For which applications? On Thu, Aug 21, 2014 at 8:57 PM, Jim Nelson wrote: > Is this on a branch somewhere? I'd like to know how this affects Geary > (and Yorba's other projects). > > -- Jim > > On Thu, Aug 21, 2014 at 11:41 AM, Luca Bruno > wrote: > > Thanks for your

Re: [Vala] Gtk+ bindings update

2014-08-21 Thread Jim Nelson
Is this on a branch somewhere? I'd like to know how this affects Geary (and Yorba's other projects). -- Jim On Thu, Aug 21, 2014 at 11:41 AM, Luca Bruno wrote: Thanks for your hard work. Is this change a requirement for the new stable release? Blocking some software? Can it be merged instea

Re: [Vala] Gtk+ bindings update

2014-08-21 Thread Luca Bruno
Thanks for your hard work. Is this change a requirement for the new stable release? Blocking some software? Can it be merged instead in vala 0.27? On Thu, Aug 21, 2014 at 7:28 PM, Rico Tzschichholz wrote: > Hi, > > I had a small discussion on IRC with Evan about still pushing a greater > Gtk+ b