[Vala] Class and interface names can be too short?

2009-07-22 Thread boris kolar
Hello, I just noted an error stating that class name was too short (less than 3 characters). After taking a look at the source, it seems that interfaces have the same restriction. This goes strongly against my libertarian sense that all needless restrictions should be removed ;) Is there a good

Re: [Vala] Class and interface names can be too short?

2009-07-22 Thread Jürg Billeter
Hi Boris, On Wed, 2009-07-22 at 10:16 +0200, boris kolar wrote: I just noted an error stating that class name was too short (less than 3 characters). After taking a look at the source, it seems that interfaces have the same restriction. This goes strongly against my libertarian sense that

Re: [Vala] Libgee's Roadmap proposal

2009-07-22 Thread Quikee
Hi, A little more than a year ago I have made a proposal to extend LibGee when I rewrote the tests for it, but at that time there was not much interest in the changes. It may be good to repeat what I had in mind at that time: I would also like to propose an extension to the interfaces in form

Re: [Vala] Libgee's Roadmap proposal

2009-07-22 Thread Didier Ptitjes
Hi list, I tweaked the road map to include more of the things proposed here. I did not include the little stuff, but I'll create tickets for them. The road map is published here: http://live.gnome.org/Libgee/Roadmap Thanks to Julien for its Wiki integration :) As you might note I post-dated the

Re: [Vala] How can I use the function g_main_context_get_thread_default in my vala Project?

2009-07-22 Thread Jiří Zárevúcky
2009/7/22 Sascha Dewald sascha.dew...@googlemail.com: Hello Friends, i want to use g_main_context_get_thread_default in my vala-project. The Class MainContext is missing this function. What is the preferred way to do this? Hello Sascha, the best thing you can do (AFAIK) is to fix the

Re: [Vala] Libgee's Roadmap proposal

2009-07-22 Thread Michael 'Mickey' Lauer
Hi Didier, - Does some want a convenience Tuple (or Pair) class ? YES! They're very helpful. What services would you need on such a class ? (Apart from wrapping the two values :)) Equality tests (pairs and tuples), Swapping elements (pairs), Adding from/to other (pairs, tuples), Slicing