Re: [Vala] Vala wishlist

2016-03-30 Thread Ben
On Tue, 2016-01-12 at 21:54 +, Afonso wrote: > My thoughs about Vala > = > > I just started coding in Vala, and i found it's a quite fun language > to learn, very simillar to Java and C#. The integration with GLib and > GObject is simply amazing, and the possibilty to gener

Re: [Vala] Vala wishlist

2016-03-30 Thread yannick inizan
'to_string' hack exists : int number = 33; print (@"$number"); Gee.Traversable supports 'fold' and other few functions : http://valadoc.org/#!api=gee-0.8/Gee.Traversable 2016-01-12 22:54 GMT+01:00 Afonso : > My thoughs about Vala > = > > I just started coding in Vala, and i

[Vala] Vala wishlist

2016-03-30 Thread Afonso
My thoughs about Vala = I just started coding in Vala, and i found it's a quite fun language to learn, very simillar to Java and C#. The integration with GLib and GObject is simply amazing, and the possibilty to generate C code is also very pleasant. As `Vala` is still in a d

[Vala] gir introspection problem

2016-03-30 Thread Brian Grooman
Hi everyone, I'm running into problems where methods have multi-dimensional arrays as inputs or return types. The c code and the header files seem to be generated without any problems, but the gir file will list the wrong number of dimensions. I filed a bug: vala-list@gnome.org I've also looked

Re: [Vala] Asynchronous delegates (proposal)

2016-03-30 Thread Dr. Michael Lauer
> Am 30.03.2016 um 18:58 schrieb Guillaume Poirier-Morency > : > > I think it would be worth for Vala to support asynchronous delegates > and since I'll have some time this summer, I might as well work on that > feature. Awesome! I have been missing them since December 2009 – see https://bugzill

[Vala] Asynchronous delegates (proposal)

2016-03-30 Thread Guillaume Poirier-Morency
I think it would be worth for Vala to support asynchronous delegates and since I'll have some time this summer, I might as well work on that feature. I described the syntax in the following post: http://arteymix.github.io/2016/03/30/async-delegates.html I'm looking for suggestions and/or an